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

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

The newest version!
var global = require('./_global');
var SHARED = '__core-js_shared__';
var store = global[SHARED] || (global[SHARED] = {});
module.exports = function (key) {
  return store[key] || (store[key] = {});
};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy