Forward a readable stream to another readable stream or a writable stream to another writable stream
Filesystem-buffered, passthrough stream that buffers indefinitely rather than propagate backpressure from downstream consumers.
A Minipass stream that collects all the data into a single chunk
Reads / writes floats / doubles from / to buffers in both modern and ancient browsers.
A module for creating a node style stream over a WebExtension port object.
Declaratively encode and decode binary data
JSON parse & stringify that supports binary via bops & base64
Simplified streams of objects
A pure javascript CRC32 algorithm that plays nice with binary data
A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.
Get the union of two sorted streams
Buffer and transform the n first bytes of a stream
This is lightweight memory stream module for node.js.
TypeScript definitions for stream-array
Non-blocking stdout stream
WebSocket protocol handler with pluggable I/O
A light-weight module that brings window.fetch to node.js
simplified stream construction
Pass in a string, array, Buffer, Data View, or Uint8Array, and get a Buffer back.
Check if something is a Node.js stream
Detect the file type of a file, stream, or data
Determine if an object is a Buffer
User interface primitives for console applications
Convert a typed array to a Buffer without a copy