Interface RecursiveSyncIterable<T>

A synchronous 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 Iterator<T | RecursiveIterable<T>, any, undefined>

Generated using TypeDoc