Test if a value is array-like.
Define a non-enumerable read-only accessor.
Does this environment have the ability to get the [[Prototype]] of an object on creation with `__proto__`?
Copy a descriptor from object A to object B
Detect native Buffer support.
Assert that a Node-API value is a Node-API typed array.
Test if a value is an empty array.
Robustly get the length of a Typed Array
Test if a finite numeric value is an odd number.
Return an accessor function for retrieving an element from an indexed array-like object.
Test if a value is a Uint8ClampedArray.
Robustly get the byte offset of a Typed Array
Assert that two Node-API typed array data types are equal.
Define a non-enumerable read-write accessor.
Robustly get the byte length of a Typed Array
Test if a value is an array-like object containing only nonnegative integers.
Test if a finite double-precision floating-point number is an integer.
Test if a value is an Int32Array.
Test if a value is an Int8Array.
Test if a value is an Int16Array.
Test if a value is an array-like object of numbers.
Return an accessor function for setting an element in an indexed array-like object.
Test if a double-precision floating-point numeric value is negative zero.
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.