uni-ticket-system/node_modules/core-js/internals/use-symbol-as-uid.js

7 lines
223 B
JavaScript
Raw Normal View History

2023-12-05 02:11:10 +00:00
/* eslint-disable es/no-symbol -- required for testing */
var NATIVE_SYMBOL = require('../internals/symbol-constructor-detection');
module.exports = NATIVE_SYMBOL
&& !Symbol.sham
&& typeof Symbol.iterator == 'symbol';