Function streamArray

  • Accepts an array and returns a stream of its items.

    Type Parameters

    • Chunk

    Parameters

    • array: Chunk[]

    Returns ReadableStream<Chunk>

Generated using TypeDoc