csv-stream-lite - v1.0.4
    Preparing search index...

    Type Alias ByteStream<T>

    ByteStream:
        | AsyncIterable<StreamInput<T>>
        | Iterable<StreamInput<T>>
        | ReadableStream<StreamInput<T>>

    An async iterable stream of JSON input that can be consumed incrementally. Supports strings, numbers, arrays of numbers, or Uint8Arrays as stream items.

    Type Parameters

    • T = unknown