Test if a value is array-like.
Test if an array-like object supports the accessor (get/set) protocol.
Test if a value is a typed array.
Test if a value is a complex typed array.
Test whether a value has in its prototype chain a specified constructor as a prototype property.
Detect native function name support.
Assert that two Node-API typed array data types are equal.
Test if a value is an empty array.
Reinterpret a Complex64Array as a Float32Array.
Test if a value is a BooleanArray.
Test if a finite double-precision floating-point number is a nonnegative integer.
Test if a value is null.
Detect native Symbol.hasInstance support.
Test if a value is an array-like object containing only nonnegative integers.
Test if a value is a number having a nonnegative value.
Test if two arguments are both Float32Arrays and have the same values.
Check if the runtime is a web browser.
Convert a Node-API value representing a strided array to a single-precision floating-point array.
Test if a value is an array-like object of numbers.
Test if a value is Node writable stream-like.
Return the real and imaginary components of a single-precision complex floating-point number.
Check if the runtime is Node.js.
Test if a finite double-precision floating-point number is a positive integer.
Test if an array contains a provided search value.