PATH:
usr
/
local
/
lib
/
node_modules
/
gulp
/
node_modules
/
has-symbols
'use strict'; var origSymbol = global.Symbol; var hasSymbolSham = require('./shams'); module.exports = function hasNativeSymbols() { if (typeof origSymbol !== 'function') { return false; } if (typeof Symbol !== 'function') { return false; } if (typeof origSymbol('foo') !== 'symbol') { return false; } if (typeof Symbol('bar') !== 'symbol') { return false; } return hasSymbolSham(); };
[+]
.github
[+]
..
[-] package.json
[edit]
[-] .eslintrc
[edit]
[-] index.js
[edit]
[-] .travis.yml
[edit]
[-] shams.js
[edit]
[-] README.md
[edit]
[+]
test
[-] LICENSE
[edit]
[-] CHANGELOG.md
[edit]