JSPM

  • Created
  • Published
  • Downloads 1773270
  • Score
    100M100P100Q207097F
  • 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

has-to-string-tag-x

Travis status Dependency status devDependency status npm version

Tests if ES6 @@toStringTag is supported.

Requires ES3 or above.

See: 26.3.1 @@toStringTag
Version: 1.3.0
Author: Xotic750 Xotic750@gmail.com
License: MIT
Copyright: Xotic750

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