1// https://github.com/DavidBruant/Map-Set.prototype.toJSON 2var $export = require('./_export'); 3 4$export($export.P + $export.R, 'Map', { toJSON: require('./_collection-to-json')('Map') }); 5