Skip to main content

Type Alias: IterableUnion<T>

IterableUnion<T>: AsyncIterable<T> | Iterable<T>

Type Parameters

T