Skip to content

@continuum-js/frp


@continuum-js/frp / Result

Type Alias: Result<E, T> ​

Result<E, T> = { ok: true; value: T; } | { error: E; ok: false; }

Defined in: index.ts:1609

Outcome of an effect as data: errors flow through the graph, not thrown.

Type Parameters ​

E ​

E

T ​

T