Interface RecursiveAsyncIterable<T>

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

Type Parameters

  • T

Hierarchy

Methods

Methods

  • Returns AsyncIterator<T | RecursiveIterable<T>, any, undefined>

Generated using TypeDoc