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