5 lines
188 B
JavaScript
Raw Normal View History

2019-09-13 11:27:52 +07: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') });