Type alias UnknownIterableOrIterator<T>

UnknownIterableOrIterator<T>: UnknownIterable<T> | UnknownIterator<T>

Either an Iterable or Iterator that could either be sync or async.

Type Parameters

  • T