Assert that a Node-API value is a Node-API typed array.
Test if an input value is a supported array real-valued floating-point data type.
Test if a value is an array-like object of numbers.
Robustly get the byte offset of a Typed Array
Robustly get the byte length of a Typed Array
Test if a value is a BooleanArray.
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Test if a value is an empty array.
Test if a finite double-precision floating-point number is a nonnegative integer.
Assert that two Node-API typed array data types are equal.
Test if a value is an array-like object containing only nonnegative integers.
Test if a value is an Int32Array.
Test if two arguments are both Complex64Arrays and have the same values.
Test if a value is typed-array-like.
Test if a value is an Int8Array.
Test if an input value is an ndarray data type object.
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.
A simple list of possible Typed Array names.
Like a Set, but provides the index of the `key` in the backing array
Convert an array-like object to an object likely to have the same "shape".
Round a double-precision floating-point number toward zero.