blob: 3be4196bb736370adb1198ce36a7cf0473c8e83f [file] [log] [blame]
var id = 0
, px = Math.random();
module.exports = function(key){
return 'Symbol('.concat(key === undefined ? '' : key, ')_', (++id + px).toString(36));
};