Type alias AwaitIterable<T>

AwaitIterable<T>: Iterable<T> | AsyncIterable<T>

An iterable or async iterable of values

Type Parameters

  • T