Parallelize your _write()s and _transform()s
Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 input
Open Node Streams on demand.
Modern stream composer
TypeScript definitions for duplexify
Object transformations implementing the Node.js `stream.Transform` API
Generic interruptible "parser" mixin for Transform & Writable streams
TypeScript definitions for concat-stream
Like duplexer but using streams3
Modern version of `duplexer2`
Readable streamx interface over anymatch.
Creates a duplex stream
Ensure directories exist before writing to them.
Call a callback when a readable/writable/duplex stream has completed or failed.
wrap a readable/writable stream to be read-only
Wraps a duplex stream and hides the readable or the writable interface
Buffer-backed Streams for reading and writing.
An async stream which can be iterated over using a for-await-of loop.
TypeScript definitions for pumpify
minimal pull stream
writable stream that concatenates strings or binary data and calls a callback with the result
Create a duplex stream from a readable and a writable stream.
Forward a readable stream to another readable stream or a writable stream to another writable stream
Promise that shares Node.js Stream interface