Skip to main content

assert

For the complete documentation index, see llms.txt

@midnight-ntwrk/compact-runtime v0.19.0


@midnight-ntwrk/compact-runtime / assert

Function: assert()

function assert(b, s): void;

Internal

Compiler internal for assertions

Parameters

b

boolean

s

string

Returns

void