Skip to content

assert

assert(condition, message?): void

Parameters

condition: IntLike

message?: string

Returns

void

Throws

if the given condition is false

Source

types/global.d.ts:1053