asd/asd-pc/node_modules/core-js/internals/shared.js
愉快的大福 eb8378e551 init
2024-11-21 11:06:22 +08:00

13 lines
478 B
JavaScript

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.25.1',
mode: IS_PURE ? 'pure' : 'global',
copyright: '© 2014-2022 Denis Pushkarev (zloirock.ru)',
license: 'https://github.com/zloirock/core-js/blob/v3.25.1/LICENSE',
source: 'https://github.com/zloirock/core-js'
});