mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-18 21:49:31 +02:00
feat: Add comments to tools list to check ToolContent usage
This commit is contained in:
@@ -11,15 +11,15 @@ import { tool as listShuffle } from './shuffle/meta';
|
||||
import { tool as listSort } from './sort/meta';
|
||||
|
||||
export const listTools = [
|
||||
listSort,
|
||||
listSort, // TODO: Check if uses ToolContent
|
||||
// listUnwrap,
|
||||
listReverse,
|
||||
listFindUnique,
|
||||
listFindMostPopular,
|
||||
listGroup,
|
||||
listReverse, // TODO: Check if uses ToolContent
|
||||
listFindUnique, // TODO: Check if uses ToolContent
|
||||
listFindMostPopular, // TODO: Check if uses ToolContent
|
||||
listGroup, // TODO: Check if uses ToolContent
|
||||
// listWrap,
|
||||
listRotate,
|
||||
listShuffle
|
||||
listRotate, // TODO: Check if uses ToolContent
|
||||
listShuffle // TODO: Check if uses ToolContent
|
||||
// listTruncate,
|
||||
// listDuplicate
|
||||
];
|
||||
|
Reference in New Issue
Block a user