Version 1
[yaffs-website] / node_modules / core-js / library / modules / es7.map.to-json.js
1 // https://github.com/DavidBruant/Map-Set.prototype.toJSON
2 var $export  = require('./_export');
3
4 $export($export.P + $export.R, 'Map', {toJSON: require('./_collection-to-json')('Map')});