UNPKG
@csegames/camelot-unchained
Version:
latest (0.1.2)
0.1.2
Camelot Unchained Client Library
csegames/camelot-unchained-client-library
@csegames/camelot-unchained
/
lib
/
utils
/
compare.d.ts
3 lines
(2 loc)
•
134 B
TypeScript
View Raw
1
2
3
export
declare
function
stricmp
(
a:
string
, b:
string
): 1 | 0 | -1
; export
declare
function
datecmp
(
a:
string
, b:
string
): 1 | 0 | -1
;