Is this value a JS ArrayBuffer?
Assert that two Node-API typed array data types are equal.
Test if a value is an empty array.
Test if two arrays have respective elements which are approximately the same value within a specified number of ULPs (units in the last place).
Split a double-precision floating-point number into a higher order word and a lower order word.
Robustly get the length of a Typed Array
Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.
Test if a finite double-precision floating-point number is a nonnegative integer.
Test if a value is an array-like object containing only nonnegative integers.
A simple list of possible Typed Array names.
Test if a value is a Uint8ClampedArray.
Robustly get the byte offset of a Typed Array
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Test if a value is an array-like object of numbers.
Robustly get the byte length of a Typed Array
Test if a value is an Int32Array.
Test if a value is an Int16Array.
Test if a value is an Int8Array.
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
Test if a value is a BooleanArray.
Test if a value is an ArrayBuffer.
`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadable
Test if a value is typed-array-like.
Return an accessor function for retrieving an element from an array-like object supporting the get/set protocol.