Stream powered by Deque circular queue for blazing fast performance
Extremely fast double-ended queue implementation
Deques are a generalization of stacks and queues
A performant double-ended queue (deque) implementation in javascript.
Curated collection of data structures for the JavaScript/TypeScript.
Node.js Streams, a user-land copy of the stream library from Node.js
Custom Playwright commands to inject axe-core and test for a11y
Check if something is a Node.js stream
Get a stream as a string, Buffer, ArrayBuffer or array
Toggle the CLI cursor
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.
TypeScript definitions for double-ended-queue
Call a callback when a readable/writable/duplex stream has completed or failed.
destroy a stream if possible
A streaming way to send data to a Node.js Worker Thread
Get and validate the raw body of a readable stream.
Returns the next buffer/object in a stream's readable queue
Streaming data for JavaScript
A tiny, zero-dependency yet spec-compliant asynchronous iterator polyfill/ponyfill for ReadableStreams.
A micro-library of stream components for building custom JSON and JSONC processing pipelines with a minimal memory footprint — parse, filter, and transform JSON far larger than available memory with a SAX-inspired token API, on Node.js or Web Streams.
A stream that emits multiple other streams one after another.
minimal implementation of a PassThrough stream
Merge multiple streams into a unified stream
writable stream that concatenates strings or binary data and calls a callback with the result