json-stream-lite - v1.2.2
    Preparing search index...

    Type Alias ByteStream

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

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