2017-06-08_509bba0/509bba0_unpacked_with_node_modules/~/core-js/modules/_uid.js
2022-07-26 10:06:20 -07:00

12 lines
No EOL
268 B
JavaScript
Executable file

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