Version 1
[yaffs-website] / node_modules / core-js / modules / es7.set.to-json.js
diff --git a/node_modules/core-js/modules/es7.set.to-json.js b/node_modules/core-js/modules/es7.set.to-json.js
new file mode 100644 (file)
index 0000000..fd68cb5
--- /dev/null
@@ -0,0 +1,4 @@
+// https://github.com/DavidBruant/Map-Set.prototype.toJSON
+var $export  = require('./_export');
+
+$export($export.P + $export.R, 'Set', {toJSON: require('./_collection-to-json')('Set')});
\ No newline at end of file