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

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

There is a newer version: 3.39.0
Show newest version
'use strict';
var IS_PURE = require('../internals/is-pure');
var store = require('../internals/shared-store');

(module.exports = function (key, value) {
  return store[key] || (store[key] = value !== undefined ? value : {});
})('versions', []).push({
  version: '3.33.2',
  mode: IS_PURE ? 'pure' : 'global',
  copyright: '© 2014-2023 Denis Pushkarev (zloirock.ru)',
  license: 'https://github.com/zloirock/core-js/blob/v3.33.2/LICENSE',
  source: 'https://github.com/zloirock/core-js'
});




© 2015 - 2024 Weber Informatics LLC | Privacy Policy