aboutsummaryrefslogtreecommitdiff
path: root/node_modules/core-js/modules/es7.map.to-json.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/core-js/modules/es7.map.to-json.js')
-rw-r--r--node_modules/core-js/modules/es7.map.to-json.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/node_modules/core-js/modules/es7.map.to-json.js b/node_modules/core-js/modules/es7.map.to-json.js
new file mode 100644
index 00000000..95a3569f
--- /dev/null
+++ b/node_modules/core-js/modules/es7.map.to-json.js
@@ -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') });