JavaScript value inspection tools.
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.
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
Does the current JS environment have strict mode? ES5+ should; but let's not assume.
Is this value a JS regex?
No projects in this organization have any dependencies