UNPKG

aran

Version:
10 lines (9 loc) 129 B
export type Outcome<S, F> = | { type: "success"; data: S; } | { type: "failure"; data: F; };