Test for deep equality between two values.
Assert that two Node-API data types are equal.
Assert that two Node-API typed array data types are equal.
A robust, ES3 compatible, "has own property" predicate.
What is the type of this builtin JS value?
Test if a value is a Buffer object.
Detect native Uint32Array support.
Test if a value is a boolean.
Test if a value is a string.
Test if a value is a Float64Array.
Test if a value is a Uint32Array.
Detect native Symbol support.
Detect native Symbol.toStringTag support.
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.
Test if a value is a function.
Check if an environment is big endian.
Test if a value is a plain object.
Robustly get the length of a Typed Array
Test if an object has a specified property.
Test if a double-precision floating-point numeric value is NaN.
Check if an environment is little endian.
Detect native Uint16Array support.
Detect native Float32Array support.
Detect native Float64Array support.