feige
2024-08-21 f81e83fca9cfca4d5149450433d9650b9dd59197
1
2
3
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') });