examTeamApp/node_modules/core-js/internals/use-symbol-as-uid.js

8 lines
237 B
JavaScript
Raw Permalink Normal View History

2024-09-27 17:35:10 +08:00
'use strict';
/* 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';