Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams.
A helper to optimistically set Symbol.toStringTag, when possible.
Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag
Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Which kind of Typed Array is this JavaScript value? Works cross-realm, without instanceof
, and despite Symbol.toStringTag.