github-pages-deploy-action/node_modules/core-js-pure/internals/native-symbol.js

8 lines
243 B
JavaScript
Raw Normal View History

2020-03-07 11:45:40 +08:00
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());
});