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

node_modules.core-js.modules._shared-key.js Maven / Gradle / Ivy

The newest version!
var shared = require('./_shared')('keys');
var uid = require('./_uid');
module.exports = function (key) {
  return shared[key] || (shared[key] = uid(key));
};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy