JSPM

  • Created
  • Published
  • Downloads 1796379
  • Score
    100M100P100Q211891F
  • License MIT

Tests if ES6 @@toStringTag is supported.

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

Travis status Dependency status devDependency status npm version jsDelivr hits bettercodehub score Coverage Status

has-to-string-tag-x

Tests if ES6 @@toStringTag is supported.

See: 26.3.1 @@toStringTag

module.exports : boolean

Indicates if Symbol.toStringTagexists and is the correct type. true, if it exists and is the correct type, otherwise false.

Kind: Exported member