Test if two arrays have respective elements which are approximately equal within a specified number of ULPs (units in the last place).
Does this environment have the ability to get the [[Prototype]] of an object on creation with `__proto__`?
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.
Get the ArrayBuffer out of a TypedArray, robustly.
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Robustly get the byte offset of a Typed Array
Robustly get the byte length of a Typed Array
Return a function which tests if every element in an array passes a test condition.
Assert that two Node-API typed array data types are equal.
Test if a double-precision floating-point numeric value is NaN.
Test if a value is an array.
Returns true if a value has the characteristics of a valid JavaScript data descriptor.
Test if a double-precision floating-point numeric value is infinite.
Detect native Symbol.toStringTag support.
Test if an object has a specified property.
Detect native Float32Array support.
Assert that two Node-API data types are equal.
Test if a value is a Complex64Array.
Detect native Uint16Array support.
Detect native Uint8Array support.
Detect native Float64Array support.
Detect native Buffer support.
A robust, ES3 compatible, "has own property" predicate.