Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
Detect native Uint8ClampedArray support.
Test if a value is an array of strings.
`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.
code-red
Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.
Test if a value is an arguments object.
Test if a value is an ArrayBuffer.
Test if an object's own property is enumerable.
Detect native Int32Array support.
Detect native Int16Array support.
Test if a value is a complex number-like object.
Test if a value is a Complex64Array.
Detect native Int8Array support.
Detect native Symbol.iterator support.
A helper to optimistically set Symbol.toStringTag, when possible.
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 typed array.
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 complex typed array.
Test if a value is a Complex128Array.
Assert that a Node-API value is a Node-API typed array.