mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-26 08:16:47 +08: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') });
|