Test if a value is a number.
Test if a value is a function.
Test if an array-like object supports the accessor (get/set) protocol.
Test if a value is an array-like object.
Test if a value is a plain object.
Test if a double-precision floating-point numeric value is NaN.
Test if a value is a Complex128Array.
Test if a value is an array of strings.
Is this value a JS SharedArrayBuffer?
Test if a value is a collection.
Test if a value is object-like.
Test if a double-precision floating-point numeric value is infinite.
Test if a value is a regular expression.
Test if an input value is a supported array boolean data type.
Is this value a JS ArrayBuffer?
Test if a value is a Complex64Array.
Test if a value is a regular expression string.
Test if a value is a typed array.
Test if a value is a complex typed array.
Test if a value is array-like.
Is this value a JS Boolean? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Return a function which tests if every element in an array-like object passes a test condition.
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.
Assert that a Node-API value is a Node-API typed array.