Utility functions for processing markdown files using object mode streams.
Get and validate the raw body of a readable stream.
destroy a stream if possible
A small set of utilities for streams.
Pause a stream's data events
Stream utils for NodeJS
Concatenate a readable stream's data into a single array
Unpipe a stream from all destinations
- For arrays: https://github.com/stream-utils/stream-to-array - For strings: https://github.com/stream-utils/raw-body
Easily unzip an HTTP stream
Streaming JSON.stringify()
Check if something is a Node.js stream
Node.js Streams, a user-land copy of the stream library from Node.js
Toggle the CLI cursor
Get a stream as a string, Buffer, ArrayBuffer or array
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.
Make a readable stream by input content, content could be `String`, `Buffer`, `Object`, `Number` and so on.
General utilities for plugins to use
Listen readable stream `end` or `error` event once
Utilities for ESLint plugins.
Arcjet utilities for extracting the body from a stream
Utility functions for working with TypeScript's API. Successor to the wonderful tsutils. 🛠️️
Returns the next buffer/object in a stream's readable queue
A streaming way to send data to a Node.js Worker Thread