uni-ticket-system/node_modules/core-js/internals/symbol-registry-detection.js

5 lines
187 B
JavaScript
Raw Normal View History

2023-12-05 02:11:10 +00:00
var NATIVE_SYMBOL = require('../internals/symbol-constructor-detection');
/* eslint-disable es/no-symbol -- safe */
module.exports = NATIVE_SYMBOL && !!Symbol['for'] && !!Symbol.keyFor;