Robustly get the length of a Typed Array
Detect native Buffer support.
Test if a value is an Int16Array.
Assert that a Node-API value is a Node-API typed array.
Test if a value is an array-like object of numbers.
Robustly get the byte offset of a Typed Array
Test if a value is a BooleanArray.
Robustly get the byte length of a Typed Array
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 numeric value is an even number.
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 typed-array-like.
Test if a value is an Int8Array.
Detect native function name support.
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
Test if a double-precision floating-point numeric value is positive zero.
Test whether a value has in its prototype chain a specified constructor as a prototype property.
Test if an array contains a provided search value.
Minimal async jobs utility library, with streams support
Test if a value is an ArrayBuffer.
Test if a double-precision floating-point numeric value is negative zero.