Is this specifier a node.js core module?
Convert an array-like object to an object likely to have the same "shape".
Does this environment have the ability to get the [[Prototype]] of an object on creation with `__proto__`?
Test if a value is undefined or null.
Test if a value is a URI.
Test if a value is an array-like object containing only functions.
Return an accessor function for setting an element in an array-like object supporting the get/set protocol.
Detect native BigInt support.
Return an accessor function for retrieving an element from an indexed array-like object.
Detect native DataView support.
Determine if an ndarray data type can be safely cast to, or is of the same kind as, another ndarray data type.
Return an accessor function for setting an element in an indexed array-like object.
Synchronous validation of a path existing either as a file or as a directory.
Determine if an ndarray data type can be safely cast to another ndarray data type.
BLAS memory layouts.
Reinterpret a Complex64Array as a Float32Array.
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.
Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag
Test if an input value is a supported ndarray complex-valued floating-point data type.
Test if two double-precision floating-point numbers are the same value.
BooleanArray.
Return the index of the first element which equals a provided search element according to the same value algorithm.
Reinterpret a Complex128Array as a Float64Array.
Determine if an ndarray data type can be safely cast or, for floating-point data types, downcast to another ndarray data type.