Files
conference-room-booking-system/frontend/node_modules/core-js/internals/symbol-registry-detection.js
2025-08-20 21:01:11 -04: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;