PATH:
usr
/
local
/
lib
/
node_modules
/
gulp
/
node_modules
/
es6-symbol
"use strict"; module.exports = function (value) { if (!value) return false; if (typeof value === "symbol") return true; if (!value.constructor) return false; if (value.constructor.name !== "Symbol") return false; return value[value.constructor.toStringTag] === "Symbol"; };
[-] CHANGES
[edit]
[-] .testignore
[edit]
[-] is-implemented.js
[edit]
[+]
lib
[+]
.github
[+]
..
[-] package.json
[edit]
[-] validate-symbol.js
[edit]
[-] polyfill.js
[edit]
[-] .editorconfig
[edit]
[-] index.js
[edit]
[-] is-symbol.js
[edit]
[-] README.md
[edit]
[-] is-native-implemented.js
[edit]
[-] implement.js
[edit]
[+]
test
[-] LICENSE
[edit]
[-] CHANGELOG.md
[edit]