UNPKG

154 BJavaScriptView Raw
1if (typeof Symbol!=='function') {
2 let c = 0;
3 Symbol = function(s) { // eslint-disable-line
4 return `@@${s}${++c}`;
5 };
6 Symbol.for = s => `@@${s}`;
7}