Transform stream that converts a readable stream into an async iterator Allows using stream.pipe(new StreamIterator()) and then for await...of
Optional
Transform a chunk
Handle stream end
Create async iterator from this transform stream
Transform stream that converts a readable stream into an async iterator Allows using stream.pipe(new StreamIterator()) and then for await...of