Copy buffer data to a new Buffer instance.
Allocate a buffer containing a provided string.
Buffer.
Test if a value is a Buffer object.
Detect native Buffer support.
Node.js Buffer API, for the browser
Modern Buffer API polyfill without footguns
A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.
Reads / writes floats / doubles from / to buffers in both modern and ancient browsers.
Buffer.
Safer Node.js Buffer API
JSON parse & stringify that supports binary via bops & base64
Is this value a JS ArrayBuffer?
A pure javascript CRC32 algorithm that plays nice with binary data
smart-buffer is a Buffer wrapper that adds automatic read & write offset tracking, string operations, data insertions, and more.
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Is this value a JS SharedArrayBuffer?
Get the ArrayBuffer out of a TypedArray, robustly.
Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too
Read/write IEEE754 floating point numbers from/to a Buffer or array-like object
Get the ArrayBuffer out of a DataView, robustly.
Pass in a string, array, Buffer, Data View, or Uint8Array, and get a Buffer back.
Standard input.
minimal implementation of a PassThrough stream