create tool, implementing alphabeticSort and NumericSort and writing testCases

This commit is contained in:
Chesterkxng
2024-06-27 13:27:55 +00:00
parent 00beb61d52
commit b47b854529
5 changed files with 289 additions and 0 deletions

2
src/pages/list/index.ts Normal file
View File

@@ -0,0 +1,2 @@
import { tool as listSort } from './sort/meta';
export const listTools = [];