Test if a finite numeric value is an odd number.
Detect native BigInt support.
Test if a finite double-precision floating-point number is an integer.
Test whether a value has in its prototype chain a specified constructor as a prototype property.
Test if a double-precision floating-point numeric value is positive zero.
Test if a double-precision floating-point numeric value is negative zero.
Assert that two Node-API data types are equal.
Test if an object's own property is enumerable.
C utilities for asserting that a Node-API call returns an "ok" status.
Test if a single-precision floating-point numeric value is NaN.
Is this value a JS ArrayBuffer?
Detect native DataView support.
Assert that a Node-API value is a specified Node-API data type.
Standard assertion utilities.
Test if a value is a number having an integer value.
Test if a value is an array of strings.
Test if a value is a number having a positive integer value.
Test if a value is a number having a nonnegative integer value.
Test if a value is a Uint8ClampedArray.
Test if a value is an Error object.
Test if a value is a number having a positive value.
Test if a value is an Int32Array.
Does this environment have the ability to get the [[Prototype]] of an object on creation with `__proto__`?
Return a function which tests if every element in an array-like object passes a test condition.