mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-10 18:19:52 +05:30
feat: text-statistic (ltool added to string tools)
This commit is contained in:
parent
d2ffdcf2f6
commit
d7d5f81d57
1 changed files with 3 additions and 1 deletions
|
|
@ -14,6 +14,7 @@ import { tool as stringJoin } from './join/meta';
|
|||
import { tool as stringReplace } from './text-replacer/meta';
|
||||
import { tool as stringRepeat } from './repeat/meta';
|
||||
import { tool as stringTruncate } from './truncate/meta';
|
||||
import { tool as stringStatistic } from './statistic/meta';
|
||||
|
||||
export const stringTools = [
|
||||
stringSplit,
|
||||
|
|
@ -31,5 +32,6 @@ export const stringTools = [
|
|||
stringPalindrome,
|
||||
stringQuote,
|
||||
stringRotate,
|
||||
stringRot13
|
||||
stringRot13,
|
||||
stringStatistic
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue