mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-10-03 12:59:29 +02:00
feat: text-statistic (ltool added to string tools)
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
Reference in New Issue
Block a user