UNPKG
@evil-gauss/core
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
evil core library
gitlab.com/evil.inc/libraries/evil-core
@evil-gauss/core
/
dist
/
utils
/
functions
/
assert.function.d.ts
3 lines
(2 loc)
•
209 B
TypeScript
View Raw
1
2
3
export
declare
const
assert
:
(
condition
:
boolean
,
message
?:
string
) =>
void
;
export
declare
const
assertPropertyByOrder
: <T>
(
array
:
readonly
T[],
key
: keyof T,
direction
?:
'ascension'
|
'descension'
) =>
void
;