Files
Housekeeping-web-admin/node_modules/core-js/internals/symbol-registry-detection.js
T
2026-06-24 09:48:54 +02: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;