Detect whether or not an object is an ArrayBuffer.
Is this value a JS ArrayBuffer?
Is this value a JS SharedArrayBuffer?
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Reads / writes floats / doubles from / to buffers in both modern and ancient browsers.
Get the ArrayBuffer out of a TypedArray, robustly.
[](https://discord.gg/poimandres)
Read/write IEEE754 floating point numbers from/to a Buffer or array-like object
Convert a typed array to a Buffer without a copy
read and write binary structures and data types
Bridging the gap between buffers and typed arrays
Put a bunch of emitted events in an array, for testing.
Runs (webpack) loaders
A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.
Read/write IEEE754 floating point numbers from/to a Buffer or array-like object
Modern Buffer API polyfill without footguns
Conversion of JavaScript primitives to and from Buffer with binary order matching natural primitive order
Translation between JavaScript values and Buffers
Source code handling classes for webpack
RFC9562 UUIDs
High-performance Base64 encoder and decoder
Node addon for string extraction for msgpackr
Buffer.
Pass in a string, array, Buffer, Data View, or Uint8Array, and get a Buffer back.