Node.js Streams, a user-land copy of the stream library from Node.js
Get a stream as a string, Buffer, ArrayBuffer or array
Buffers events from a stream until you are ready to handle them.
A stream that emits multiple other streams one after another.
Get and validate the raw body of a readable stream.
Create a stream that emits events from multiple other streams
Better streaming static file server with Range and conditional-GET support
fs read and write streams based on minipass
Bytes go in, but they don't come out (when muted).
Unpipe a stream from all destinations
Mimic a Node.js HTTP response stream
tar-stream is a streaming tar parser and generator and nothing else. It operates purely using streams which means you can easily extract/parse tarballs without ever hitting the file system.
Sniff the encoding from a HTML byte stream
Decompress a HTTP response if needed
split a Text Stream into a Line Stream, using Stream 3
writable stream that concatenates strings or binary data and calls a callback with the result
[![NPM version](https://img.shields.io/npm/v/@smithy/util-stream/latest.svg)](https://www.npmjs.com/package/@smithy/util-stream) [![NPM downloads](https://img.shields.io/npm/dm/@smithy/util-stream.svg)](https://www.npmjs.com/package/@smithy/util-stream)
An implementation of window.fetch in Node.js using Minipass streams
A response-like object for mocking a Node.js HTTP response stream
A Minipass stream that collects all the data into a single chunk
Streaming Boyer-Moore-Horspool searching for node.js
Returns the next buffer/object in a stream's readable queue
create a pipeline of streams using Minipass
A Minipass stream that calls a flush function before emitting 'end'