Test if a value is an empty array.
Test if a value is a Uint8ClampedArray.
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Split a double-precision floating-point number into a higher order word and a lower order word.
Assert that two Node-API typed array data types are equal.
Test if a value is an Int32Array.
Test if a value is an array-like object containing only nonnegative integers.
Test if a value is an Int16Array.
Test if a value is an array-like object of numbers.
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 an ArrayBuffer.
Detect native generator function support.
Test if a finite double-precision floating-point number is a positive integer.
Like a Set, but provides the index of the `key` in the backing array
A simple list of possible Typed Array names.
Convert an array-like object to an object likely to have the same "shape".
Round a double-precision floating-point number toward zero.
Test if an input value is a supported ndarray data type.
Test if a value is typed-array-like.
Assert that a Node-API value is a specified Node-API data type.
Test if an input value is an ndarray data type object.
Return an accessor function for retrieving an element from an array-like object supporting the get/set protocol.
Test if a double-precision floating-point number is a probability.