2017-06-08_509bba0/509bba0_unpacked_with_node_modules/~/core-js/modules/_uid.js

12 lines
268 B
JavaScript
Raw Permalink Normal View History

2022-07-26 17:06:20 +00:00
var id = 0
, px = Math.random();
module.exports = function(key){
return 'Symbol('.concat(key === undefined ? '' : key, ')_', (++id + px).toString(36));
};
//////////////////
// WEBPACK FOOTER
// ./~/core-js/modules/_uid.js
// module id = 244
// module chunks = 4