Package Exports
- has-to-string-tag-x
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (has-to-string-tag-x) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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