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
/
core
/
utils
/
assert.d.ts
3 lines
(2 loc)
•
144 B
TypeScript
View Raw
1
2
3
export
declare
function
DEBUG_ASSERT
(
test
:
any
,
reason
:
string
):
void
;
export
declare
function
RUNTIME_ASSERT
(
test
:
any
,
reason
:
string
):
void
;