feat: create tool script

This commit is contained in:
Ibrahima G. Coulibaly
2024-06-23 19:57:58 +01:00
parent dd18f83180
commit a8cd385880
17 changed files with 217 additions and 38 deletions

View File

@@ -0,0 +1,4 @@
import { tool as stringSplit } from './split/meta';
import { tool as stringJoin } from './join/meta';
export const stringTools = [stringSplit, stringJoin];