A wrapper around the native DataView which can handle multiple ArrayBuffers.
Get the ArrayBuffer out of a DataView, robustly.
Pass in a string, array, Buffer, Data View, or Uint8Array, and get a Buffer back.
minimal implementation of a PassThrough stream
Is this value a JS ArrayBuffer?
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Create a `DataView` over an `ArrayBuffer`/8-bit typed array (commonly used in the browsers) or a `Buffer` (commonly used in Node.js).
smart-buffer is a Buffer wrapper that adds automatic read & write offset tracking, string operations, data insertions, and more.
Is this value a JS SharedArrayBuffer?
Get the ArrayBuffer out of a TypedArray, robustly.
Translation between JavaScript values and Buffers
Curated collection of data structures for the JavaScript/TypeScript.
Node.js Buffer API, for the browser
A pure javascript CRC32 algorithm that plays nice with binary data
Modern Buffer API polyfill without footguns
Read/write IEEE754 floating point numbers from/to a Buffer or array-like object
Safer Node.js Buffer API
Reads / writes floats / doubles from / to buffers in both modern and ancient browsers.
Create an ArrayBuffer instance from a Data URI string
Translation between JavaScript values and Buffers
Convert a typed array to a Buffer without a copy
A minimal base64 implementation for number arrays.
Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too
return whether two buffers are equal