5 lines
188 B
JavaScript
Raw Normal View History

2020-05-19 11:43:42 +03:00
// https://github.com/DavidBruant/Map-Set.prototype.toJSON
var $export = require('./_export');
$export($export.P + $export.R, 'Map', { toJSON: require('./_collection-to-json')('Map') });