All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.internals.symbol-registry-detection.js Maven / Gradle / Ivy

The newest version!
'use strict';
var NATIVE_SYMBOL = require('../internals/symbol-constructor-detection');

/* eslint-disable es/no-symbol -- safe */
module.exports = NATIVE_SYMBOL && !!Symbol['for'] && !!Symbol.keyFor;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy