Type alias RecursiveIterable<T>

RecursiveIterable<T>: RecursiveSyncIterable<T> | RecursiveAsyncIterable<T>

A synchronous or asynchronous iterable whose elements are either of type T or are themselves synchronous or asynchronous iterables of an arbitrary depth.

Type Parameters

Type Parameters

  • T

Generated using TypeDoc