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