This website requires JavaScript.
Explore
Help
Register
Sign In
External
/
omni-tools
Watch
1
Star
0
Fork
0
You've already forked omni-tools
mirror of
https://github.com/iib0011/omni-tools.git
synced
2025-12-23 04:36:17 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
omni-tools
/
src
/
pages
/
list
/
index.ts
4 lines
86 B
TypeScript
Raw
Normal View
History
Unescape
Escape
create tool, implementing alphabeticSort and NumericSort and writing testCases
2024-06-27 13:27:55 +00:00
import
{
tool
as
listSort
}
from
'./sort/meta'
;
fix: radio and list sort init
2024-06-27 20:27:03 +01:00
export
const
listTools
=
[
listSort
]
;
Reference in New Issue
Copy Permalink