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

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

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

var keys = shared('keys');

module.exports = function (key) {
  return keys[key] || (keys[key] = uid(key));
};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy