Files
wechatpay-enterprise-web/node_modules/core-js/internals/symbol-registry-detection.js
jefferyzhao b9bdc8598b first commit
2025-07-31 17:44:12 +08:00

6 lines
201 B
JavaScript

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