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 Int32Array.
Test if a value is an Int16Array.
Robustly get the byte offset of a Typed Array
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 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 ArrayBuffer.
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 typed-array-like.
Test if an input value is a supported ndarray data type.
Assert that a Node-API value is a specified Node-API data type.
Return an accessor function for setting an element in an array-like object supporting the get/set protocol.
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.