Assert that two Node-API data types are equal.
Assert that two Node-API typed array data types are equal.
C utilities for asserting that a Node-API call returns an "ok" status.
Assert that a Node-API value is a specified Node-API data type.
Assert that a Node-API value is a Node-API typed array.
A robust, ES3 compatible, "has own property" predicate.
C APIs for registering a Node-API module exporting an interface for invoking a binary numerical function.
C APIs for registering a Node-API module exporting an interface for invoking a unary numerical function.
What is the type of this builtin JS value?
Detect native Uint16Array support.
Check if an environment is little endian.
Detect native Float64Array support.
Test if a value is a Uint16Array.
Test if a value is a Uint8Array.
Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.
Robustly get the length of a Typed Array
Test if a double-precision floating-point numeric value is NaN.
Detect native Uint8Array support.
Is this value a JS DataView? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.
Test if a value is a regular expression.
Test if a value is a number.
Test if a value is a Float32Array.
`Object.defineProperty`, but not IE 8's broken one.
Test if a value is an object.