Check if an environment is big endian.
Detect native Symbol.toStringTag support.
Test if a value is a collection.
Detect native Uint32Array support.
Test if a finite double-precision floating-point number is an integer.
Detect native Symbol support.
Test if a value is a string.
Test if a double-precision floating-point numeric value is NaN.
Test if a value is a boolean.
Test if a value is a Buffer object.
Detect native Uint8Array support.
Detect native Float32Array support.
Test if a value is a typed array.
Test if a value is object-like.
Test if an object has a specified property.
Test if a value is a complex typed array.
Test if a double-precision floating-point numeric value is infinite.
Test if a value is a regular expression.
Test if a value is a plain object.
Test if a value is a regular expression string.
Detect native Buffer support.
Assert that a Node-API value is a Node-API typed array.
Robustly get the length of a Typed Array
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.