ArrayBuffer.
Buffer.
Is this value a JS ArrayBuffer?
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.
Allocate a buffer containing a provided string.
Test if a value is a Buffer object.
Detect native Buffer support.
Arrays.
Copy buffer data to a new Buffer instance.
A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.
Convert a typed array to a Buffer without a copy
Float64Array.
Read/write IEEE754 floating point numbers from/to a Buffer or array-like object
Uint8Array.
Multidimensional arrays.
Uint32Array.
Uint16Array.
Return a function which tests if every element in an array passes a test condition.
Standard input.
Float32Array.
Node standard library for browser.
Bridging the gap between buffers and typed arrays