Skip to content

asserts

asserts(…conditions): void

Parameters

• …conditions: IntLike[]

Returns

void

Throws

if one of the given conditions is false

Source

types/global.d.ts:1056