Skip to content

@feds01/graphika


@feds01/graphika / utils/assert

utils/assert

Functions

assert()

ts
function assert(condition, message): asserts condition;

Defined in: utils/assert.ts:14

Parameters

ParameterType
conditionboolean
messagestring

Returns

asserts condition

Released under the ISC License.