mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-12-29 16:16:02 +00:00
4 lines
95 B
TypeScript
4 lines
95 B
TypeScript
|
|
import { tool as stringSplit } from './split/meta';
|
||
|
|
|
||
|
|
export const stringTools = [stringSplit];
|