assert
assert(
condition
,message
?):void
Parameters
• condition: IntLike
• message?: string
Returns
void
Throws
if the given condition is false
assert(
condition
,message
?):void
• condition: IntLike
• message?: string
void
if the given condition is false