Function: isShortCircuit()
ts
function isShortCircuit(value: unknown): value is { result: string };Defined in: batteries/tools/_shared/index.ts:180
true when value is the short-circuit sentinel produced by makeShortCircuit.
Parameters
| Parameter | Type |
|---|---|
value | unknown |
Returns
value is { result: string }