Skip to content

Graphorin API reference v0.4.0


Graphorin API reference / @graphorin/triggers / / _resetLibModeWarningForTesting

Function: _resetLibModeWarningForTesting()

ts
function _resetLibModeWarningForTesting(): void;

Defined in: packages/triggers/src/index.ts:225

Internal

Test-only helper. Drops the per-process WARN-once flag so the next register(...) call in lib mode emits the warning again.

Returns

void