mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-12-29 16:16:02 +00:00
feat: remove duplicate lines
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import { tool as stringRemoveDuplicateLines } from './remove-duplicate-lines/meta';
|
||||
import { tool as stringReverse } from './reverse/meta';
|
||||
import { tool as stringRandomizeCase } from './randomize-case/meta';
|
||||
import { tool as stringUppercase } from './uppercase/meta';
|
||||
@@ -11,6 +12,7 @@ import { tool as stringJoin } from './join/meta';
|
||||
export const stringTools = [
|
||||
stringSplit,
|
||||
stringJoin,
|
||||
stringRemoveDuplicateLines,
|
||||
stringToMorse
|
||||
// stringReverse,
|
||||
// stringRandomizeCase,
|
||||
|
||||
Reference in New Issue
Block a user