soql-parser-lite - v1.0.1
    Preparing search index...

    Type Alias ByteStream

    ByteStream: AsyncIterable<StreamInput> | Iterable<StreamInput>

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