mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-14 11:58:33 +05:30
feat: Add comments to tools list to check ToolContent usage
This commit is contained in:
parent
3bfb521d26
commit
5b7eb7961a
1 changed files with 7 additions and 7 deletions
|
|
@ -11,15 +11,15 @@ import { tool as listShuffle } from './shuffle/meta';
|
||||||
import { tool as listSort } from './sort/meta';
|
import { tool as listSort } from './sort/meta';
|
||||||
|
|
||||||
export const listTools = [
|
export const listTools = [
|
||||||
listSort,
|
listSort, // TODO: Check if uses ToolContent
|
||||||
// listUnwrap,
|
// listUnwrap,
|
||||||
listReverse,
|
listReverse, // TODO: Check if uses ToolContent
|
||||||
listFindUnique,
|
listFindUnique, // TODO: Check if uses ToolContent
|
||||||
listFindMostPopular,
|
listFindMostPopular, // TODO: Check if uses ToolContent
|
||||||
listGroup,
|
listGroup, // TODO: Check if uses ToolContent
|
||||||
// listWrap,
|
// listWrap,
|
||||||
listRotate,
|
listRotate, // TODO: Check if uses ToolContent
|
||||||
listShuffle
|
listShuffle // TODO: Check if uses ToolContent
|
||||||
// listTruncate,
|
// listTruncate,
|
||||||
// listDuplicate
|
// listDuplicate
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue