diff options
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.js | 4 |
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 000000000..19f9b6d38 --- /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')});
\ No newline at end of file |