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

    Type Alias ByteStream

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

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