ghaction-upx/node_modules/has-to-string-tag-x
2020-01-17 09:39:25 +01:00
..
lib Update node_modules 2020-01-17 09:39:25 +01:00
.editorconfig Update node_modules 2020-01-17 09:39:25 +01:00
.eslintignore Update node_modules 2020-01-17 09:39:25 +01:00
.eslintrc.json Update node_modules 2020-01-17 09:39:25 +01:00
.nvmrc Update node_modules 2020-01-17 09:39:25 +01:00
.travis.yml Update node_modules 2020-01-17 09:39:25 +01:00
.uglifyjsrc.json Update node_modules 2020-01-17 09:39:25 +01:00
badges.html Update node_modules 2020-01-17 09:39:25 +01:00
index.js Update node_modules 2020-01-17 09:39:25 +01:00
LICENSE Update node_modules 2020-01-17 09:39:25 +01:00
package.json Update node_modules 2020-01-17 09:39:25 +01:00
README.md Update node_modules 2020-01-17 09:39:25 +01:00

Travis status Dependency status devDependency status npm version

has-to-string-tag-x

Tests if ES6 @@toStringTag is supported.

See: 26.3.1 @@toStringTag
Version: 1.4.1
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