github-pages-deploy-action/node_modules/core-js-pure/internals/use-symbol-as-uid.js

8 lines
228 B
JavaScript
Raw Normal View History

2020-03-07 11:45:40 +08:00
var NATIVE_SYMBOL = require('../internals/native-symbol');
module.exports = NATIVE_SYMBOL
// eslint-disable-next-line no-undef
&& !Symbol.sham
// eslint-disable-next-line no-undef
&& typeof Symbol.iterator == 'symbol';