UNPKG
sorting-lib
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.1
1.0.0
0.0.3
0.0.2
0.0.1
A library that makes sorting easier by introducing `Comparator`
sorting-lib
/
dist
/
index.d.ts
6 lines
(5 loc)
•
161 B
TypeScript
View Raw
1
2
3
4
5
6
export
*
from
'./comparator'
;
export
*
from
'./comparator-builder'
;
export
*
from
'./comparing'
;
export
*
from
'./nil'
;
export
*
from
'./primitive-comparators'
;