GoScrobble/web/node_modules/core-js-pure/internals/use-symbol-as-uid.js

7 lines
208 B
JavaScript
Raw Normal View History

2022-04-25 02:47:15 +00:00
/* eslint-disable es/no-symbol -- required for testing */
var NATIVE_SYMBOL = require('../internals/native-symbol');
module.exports = NATIVE_SYMBOL
&& !Symbol.sham
&& typeof Symbol.iterator == 'symbol';