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

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

The newest version!
'use strict';
var store = require('../internals/shared-store');

module.exports = function (key, value) {
  return store[key] || (store[key] = value || {});
};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy