mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-08 09:45:34 +05:30
fix: tsc
This commit is contained in:
parent
71e052ab4d
commit
c570368f5d
10 changed files with 31 additions and 33 deletions
|
|
@ -5,7 +5,7 @@ import { lazy } from 'react';
|
|||
export const tool = defineTool('list', {
|
||||
name: 'Duplicate',
|
||||
path: 'duplicate',
|
||||
// image,
|
||||
icon: '',
|
||||
description: '',
|
||||
shortDescription: '',
|
||||
keywords: ['duplicate'],
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ import { lazy } from 'react';
|
|||
export const tool = defineTool('list', {
|
||||
name: 'Truncate',
|
||||
path: 'truncate',
|
||||
// image,
|
||||
icon: '',
|
||||
description: '',
|
||||
shortDescription: '',
|
||||
keywords: ['truncate'],
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ import { lazy } from 'react';
|
|||
export const tool = defineTool('list', {
|
||||
name: 'Wrap',
|
||||
path: 'wrap',
|
||||
// image,
|
||||
icon: '',
|
||||
description: '',
|
||||
shortDescription: '',
|
||||
keywords: ['wrap'],
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ import { lazy } from 'react';
|
|||
export const tool = defineTool('string', {
|
||||
name: 'Create palindrome',
|
||||
path: 'create-palindrome',
|
||||
// image,
|
||||
icon: '',
|
||||
description: '',
|
||||
shortDescription: '',
|
||||
keywords: ['create', 'palindrome'],
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ import { lazy } from 'react';
|
|||
export const tool = defineTool('string', {
|
||||
name: 'Extract substring',
|
||||
path: 'extract-substring',
|
||||
// image,
|
||||
icon: '',
|
||||
description: '',
|
||||
shortDescription: '',
|
||||
keywords: ['extract', 'substring'],
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ import { lazy } from 'react';
|
|||
export const tool = defineTool('string', {
|
||||
name: 'Palindrome',
|
||||
path: 'palindrome',
|
||||
// image,
|
||||
icon: '',
|
||||
description: '',
|
||||
shortDescription: '',
|
||||
keywords: ['palindrome'],
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ import { lazy } from 'react';
|
|||
export const tool = defineTool('string', {
|
||||
name: 'Randomize case',
|
||||
path: 'randomize-case',
|
||||
// image,
|
||||
icon: '',
|
||||
description: '',
|
||||
shortDescription: '',
|
||||
keywords: ['randomize', 'case'],
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ import { lazy } from 'react';
|
|||
export const tool = defineTool('string', {
|
||||
name: 'Reverse',
|
||||
path: 'reverse',
|
||||
// image,
|
||||
icon: '',
|
||||
description: '',
|
||||
shortDescription: '',
|
||||
keywords: ['reverse'],
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ import { lazy } from 'react';
|
|||
export const tool = defineTool('string', {
|
||||
name: 'Uppercase',
|
||||
path: 'uppercase',
|
||||
// image,
|
||||
icon: '',
|
||||
description: '',
|
||||
shortDescription: '',
|
||||
keywords: ['uppercase'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue