Type alias Go<A, TReturn>

Go<A, TReturn>: AsyncGenerator<Ior<A, unknown>, TReturn>

An async generator that yields Ior and returns a value.

Type Parameters

Generated using TypeDoc