asd/asd-wx/node_modules/core-js/internals/symbol-registry-detection.js
愉快的大福 340a467ba1 init
2024-11-21 11:32:11 +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;