github-pages-deploy-action/node_modules/core-js-pure/internals/native-symbol.js
2020-03-06 22:45:40 -05:00

8 lines
243 B
JavaScript

var fails = require('../internals/fails');
module.exports = !!Object.getOwnPropertySymbols && !fails(function () {
// Chrome 38 Symbol has incorrect toString conversion
// eslint-disable-next-line no-undef
return !String(Symbol());
});