Allocate a buffer using an octet array.
Buffer.
Allocate a buffer containing a provided string.
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Copy buffer data to a new Buffer instance.
Is this value a JS ArrayBuffer?
Is this value a JS SharedArrayBuffer?
Get the ArrayBuffer out of a TypedArray, robustly.
A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.
Test if a value is a Buffer object.
Detect native Buffer support.
Read/write IEEE754 floating point numbers from/to a Buffer or array-like object
Arrays.
Return a function which tests if every element in an array passes a test condition.
Bridging the gap between buffers and typed arrays
Test if a value is an array.
Buffer.
Convert a typed array to a Buffer without a copy
Standard input.
Float64Array.
Uint8Array.
Multidimensional arrays.
RFC9562 UUIDs
Uint32Array.