TaskMaybe
Defined in: Core/TaskMaybe.ts:22
A Task that resolves to an optional value. Combines async operations with the Maybe type for values that may not exist.
Type Parameters
Section titled “Type Parameters”A
Defined in: Core/TaskMaybe.ts:22
A Task that resolves to an optional value. Combines async operations with the Maybe type for values that may not exist.
A