issymbol
Version:
Test if something is a Symbol. Works with either native or polyfill Symbols.
32 lines (31 loc) • 601 B
JSON
{
"name": "issymbol",
"version": "1.0.1",
"description": "Test if something is a Symbol. Works with either native or polyfill Symbols.",
"main": "src/index.js",
"scripts": {
"test": "mocha"
},
"author": {
"name": "Alberto Leal",
"email": "mailforalberto@gmail.com",
"url": "github.com/Dashed"
},
"files": [
"src"
],
"keywords": [
"issymbol",
"is symbol",
"is",
"compare",
"symbol"
],
"repository": "dashed/issymbol",
"license": "MIT",
"devDependencies": {
"chai": "^3.4.1",
"core-js": "^1.2.6",
"mocha": "^2.3.4"
}
}