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

package.internals.shared-store.js Maven / Gradle / Ivy

There is a newer version: 3.39.0
Show newest version
'use strict';
var global = require('../internals/global');
var defineGlobalProperty = require('../internals/define-global-property');

var SHARED = '__core-js_shared__';
var store = global[SHARED] || defineGlobalProperty(SHARED, {});

module.exports = store;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy