Version 1
[yaffs-website] / node_modules / core-js / modules / _uid.js
diff --git a/node_modules/core-js/modules/_uid.js b/node_modules/core-js/modules/_uid.js
new file mode 100644 (file)
index 0000000..3be4196
--- /dev/null
@@ -0,0 +1,5 @@
+var id = 0
+  , px = Math.random();
+module.exports = function(key){
+  return 'Symbol('.concat(key === undefined ? '' : key, ')_', (++id + px).toString(36));
+};
\ No newline at end of file