has-to-string-tag-x
v2.1.2
Published
Tests if ES6 @@toStringTag is supported.
Downloads
7,173,718
Maintainers
Readme
has-to-string-tag-x
Tests if ES6 @@toStringTag is supported.
See: 26.3.1 @@toStringTag
module.exports
: boolean ⏏
Indicates if Symbol.toStringTag
exists and is the correct type.
true
, if it exists and is the correct type, otherwise false
.
Kind: Exported member