Skip to main content
Version: Next

AwaitableIterable type

Signature:

export type AwaitableIterable<T> = Iterable<T> | AsyncIterable<T>;