This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.1.0.
A stream that emits multiple other streams one after another.
Create a stream that emits events from multiple other streams
Buffers events from a stream until you are ready to handle them.
writable stream that concatenates strings or binary data and calls a callback with the result
Get an event when you're being sent data or asked for it.
Concatenate a readable stream's data into a single array
Transform stream that lets you peek the first line before deciding how to parse it
This is a sequel to [stream-combiner](https://npmjs.org/package/stream-combiner) for streams3.
Determine if an object is a Stream
[](https://npmjs.org/package/stream-combiner) [](https://travis-ci.org/dominictarr/stream-combiner)
construct pipes of streams of events
wrap a readable/writable stream to be read-only
Like duplexer but using streams3
A write stream constructor that supports a flush function that is called before finish is emitted
stream splicer with labels
simple line-by-line stream reader
Iterate all the data in a stream
simplified stream construction
Node.js Streams, a user-land copy of the stream library from Node.js
Unpipe a stream from all destinations
Append the contents of one stream onto another.
streaming pipeline with a mutable configuration
streaming unbzip2 implementation in pure javascript for node and browsers