Function itr8ToReadableStream

  • Creates a readable (object-mode) stream from a (sync or async) iterator.

    If this works well, we should be able to use transform-streams (for example gzip) just as easily as our own operators.

    Parameters

    • iterable: AsyncIterable<any> | Iterable<any>

    Returns Readable

Generated using TypeDoc