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

package.internals.use-symbol-as-uid.js Maven / Gradle / Ivy

The newest version!
'use strict';
/* eslint-disable es/no-symbol -- required for testing */
var NATIVE_SYMBOL = require('../internals/symbol-constructor-detection');

module.exports = NATIVE_SYMBOL &&
  !Symbol.sham &&
  typeof Symbol.iterator == 'symbol';




© 2015 - 2024 Weber Informatics LLC | Privacy Policy