Get the ArrayBuffer out of a TypedArray, robustly.
Detect native Uint8ClampedArray support.
`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadable
Test if a value is a complex number-like object.
Test if an object's own property is enumerable.
Detect native Int32Array support.
Detect native Int16Array support.
Test if a value is an array-like object containing only integers.
Detect native Int8Array support.
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.
Detect native Symbol.iterator support.
Test if a value is a complex typed array.
Test if an input value is a supported array real-valued floating-point data type.
Test if a value is an Error object.
Test if a value is a number having a positive value.
Buffer.
Test if an input value is a supported array real-valued data type.
Test if an input value is a supported array signed integer data type.
Test whether a value has in its prototype chain a specified constructor as a prototype property.
Is this value a JS WeakSet? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Is this value a JS Set? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Detect native function name support.
Is this value a JS WeakMap? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Test if a value is a DataView.