mirror of
https://github.com/abrendan/MicDropMessages.git
synced 2025-06-17 05:04:59 +02:00
5 lines
188 B
JavaScript
5 lines
188 B
JavaScript
// https://github.com/DavidBruant/Map-Set.prototype.toJSON
|
|
var $export = require('./_export');
|
|
|
|
$export($export.P + $export.R, 'Map', { toJSON: require('./_collection-to-json')('Map') });
|