Detect native Symbol support.
Detect native Float32Array support.
Test if a value is a complex typed array.
Test if an object has a specified property.
Robustly get the length of a Typed Array
Assert that a Node-API value is a Node-API typed array.
Detect native Buffer support.
Maximum unsigned 32-bit integer.
Robustly get the byte offset of a Typed Array
Test if a finite numeric value is an even number.
Robustly get the byte length of a Typed Array
Test if a finite double-precision floating-point number is a negative integer.
Test if a value is an empty array.
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.
Test if a value is a Uint8ClampedArray.
Assert that two Node-API typed array data types are equal.
Test if a finite numeric value is an odd number.
Test if a value is an array-like object of numbers.
Test if a value is an Int32Array.
Test if a value is an Int8Array.
Test if a value is an Int16Array.
Detect native generator function support.
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.