You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 1.4KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <a href="https://travis-ci.org/Xotic750/has-to-string-tag-x"
  2. title="Travis status">
  3. <img
  4. src="https://travis-ci.org/Xotic750/has-to-string-tag-x.svg?branch=master"
  5. alt="Travis status" height="18"/>
  6. </a>
  7. <a href="https://david-dm.org/Xotic750/has-to-string-tag-x"
  8. title="Dependency status">
  9. <img src="https://david-dm.org/Xotic750/has-to-string-tag-x.svg"
  10. alt="Dependency status" height="18"/>
  11. </a>
  12. <a href="https://david-dm.org/Xotic750/has-to-string-tag-x#info=devDependencies"
  13. title="devDependency status">
  14. <img src="https://david-dm.org/Xotic750/has-to-string-tag-x/dev-status.svg"
  15. alt="devDependency status" height="18"/>
  16. </a>
  17. <a href="https://badge.fury.io/js/has-to-string-tag-x" title="npm version">
  18. <img src="https://badge.fury.io/js/has-to-string-tag-x.svg"
  19. alt="npm version" height="18"/>
  20. </a>
  21. <a name="module_has-to-string-tag-x"></a>
  22. ## has-to-string-tag-x
  23. Tests if ES6 @@toStringTag is supported.
  24. **See**: [26.3.1 @@toStringTag](http://www.ecma-international.org/ecma-262/6.0/#sec-@@tostringtag)
  25. **Version**: 1.4.1
  26. **Author**: Xotic750 <Xotic750@gmail.com>
  27. **License**: [MIT](&lt;https://opensource.org/licenses/MIT&gt;)
  28. **Copyright**: Xotic750
  29. <a name="exp_module_has-to-string-tag-x--module.exports"></a>
  30. ### `module.exports` : <code>boolean</code> ⏏
  31. Indicates if `Symbol.toStringTag`exists and is the correct type.
  32. `true`, if it exists and is the correct type, otherwise `false`.
  33. **Kind**: Exported member