mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-20 06:29:32 +02:00
feat: create tool script
This commit is contained in:
4
src/pages/string/index.ts
Normal file
4
src/pages/string/index.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import { tool as stringSplit } from './split/meta';
|
||||
import { tool as stringJoin } from './join/meta';
|
||||
|
||||
export const stringTools = [stringSplit, stringJoin];
|
Reference in New Issue
Block a user