Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/core / / not

Function: not()

ts
function not(condition): StopCondition;

Defined in: packages/core/src/types/stop-condition.ts:103

Negate the supplied condition.

Parameters

ParameterType
conditionStopCondition

Returns

StopCondition

Stable