sidebar_label: AwaitableIterable
AwaitableIterable type
Signature
export
type
AwaitableIterable<T> = Iterable<T> | AsyncIterable<T>;