isDecided
isDecided<
T>(judgment):judgment is { status: "decided"; value: T; evidence: Evidence }
Defined in: src/judgment.ts:89
Type guard for the decided case.
Type Parameters
Section titled “Type Parameters”| Type Parameter |
|---|
T |
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
judgment |
Judgment<T> |
Returns
Section titled “Returns”judgment is { status: "decided"; value: T; evidence: Evidence }