asd/asd-pc/node_modules/core-js/internals/symbol-registry-detection.js
愉快的大福 eb8378e551 init
2024-11-21 11:06:22 +08:00

5 lines
189 B
JavaScript

var NATIVE_SYMBOL = require('../internals/symbol-constructor-detection');
/* eslint-disable es-x/no-symbol -- safe */
module.exports = NATIVE_SYMBOL && !!Symbol['for'] && !!Symbol.keyFor;