mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-19 05:59:34 +02:00
5 lines
140 B
TypeScript
5 lines
140 B
TypeScript
import { tool as listShuffle } from './shuffle/meta';
|
|
import { tool as listSort } from './sort/meta';
|
|
|
|
export const listTools = [listSort];
|