TransFlow/node_modules/has-to-string-tag-x
何嘉峣 d0b8157bbe 代码提交 2022-12-15 10:56:04 +08:00
..
lib 代码提交 2022-12-15 10:56:04 +08:00
.editorconfig 代码提交 2022-12-15 10:56:04 +08:00
.eslintignore 代码提交 2022-12-15 10:56:04 +08:00
.eslintrc.json 代码提交 2022-12-15 10:56:04 +08:00
.nvmrc 代码提交 2022-12-15 10:56:04 +08:00
.travis.yml 代码提交 2022-12-15 10:56:04 +08:00
.uglifyjsrc.json 代码提交 2022-12-15 10:56:04 +08:00
LICENSE 代码提交 2022-12-15 10:56:04 +08:00
README.md 代码提交 2022-12-15 10:56:04 +08:00
badges.html 代码提交 2022-12-15 10:56:04 +08:00
index.js 代码提交 2022-12-15 10:56:04 +08:00
package.json 代码提交 2022-12-15 10:56:04 +08:00

README.md

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