UNPKG
dynamic-display-shared
Version:
latest (1.0.0)
1.0.0
0.0.1
A library for dynamic view
dynamic-display-shared
/
lib
/
infrastructure
/
sort.utility.d.ts
3 lines
(2 loc)
•
138 B
TypeScript
View Raw
1
2
3
export
declare
const
sortAlphaNum
:
(
a
:
string
,
b
:
any
) =>
number
;
export
declare
const
sortAlphaNumDesc
:
(
a
:
string
,
b
:
any
) =>
number
;