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.
Detect native Uint8ClampedArray support.
Test if a value is an array of strings.
Test if a value is a number having an integer value.
Test if a value is a number having a nonnegative integer value.
Test if a value is an Error object.
Test if a value is a number having a positive value.
Test if a value is a Uint8ClampedArray.
Test if a value is NaN.
Test if a double-precision floating-point numeric value is finite.
Test if a value is an Int32Array.
Test if a value is an Int8Array.
Test if a value is a collection.
Test if a value is a number having a positive integer value.
Test if a value is an Int16Array.
Return a function which tests if every element in an array-like object passes a test condition.
Test if a single-precision floating-point numeric value is finite.
Test if a value is an arguments object.
Test if a value is an array-like object.
Detect native Symbol.toPrimitive support.
Test if a value is a DataView.
Detect native Int8Array support.
Test if a value is a complex number-like object.