asd/asd-wx/node_modules/core-js/internals/symbol-registry-detection.js

5 lines
189 B
JavaScript
Raw Normal View History

2024-11-21 11:32:11 +08:00
var NATIVE_SYMBOL = require('../internals/symbol-constructor-detection');
/* eslint-disable es-x/no-symbol -- safe */
module.exports = NATIVE_SYMBOL && !!Symbol['for'] && !!Symbol.keyFor;