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
| Parameter | Type |
|---|---|
condition | StopCondition |