4 lines
86 B
TypeScript
Raw Normal View History

import { tool as listSort } from './sort/meta';
2024-06-27 20:27:03 +01:00
export const listTools = [listSort];