Type alias IAsyncFlatten<TElement>

IAsyncFlatten<TElement>: IAsyncEnumerable<TElement> | IAsyncEnumerable<IAsyncFlatten<TElement>>

Represents an async iteration that can be flattened.

Type Parameters

  • TElement

Generated using TypeDoc