asd/asd-wx/node_modules/core-js/internals/use-symbol-as-uid.js

7 lines
225 B
JavaScript
Raw Normal View History

2024-11-21 11:32:11 +08:00
/* eslint-disable es-x/no-symbol -- required for testing */
var NATIVE_SYMBOL = require('../internals/symbol-constructor-detection');
module.exports = NATIVE_SYMBOL
&& !Symbol.sham
&& typeof Symbol.iterator == 'symbol';