wallet-core/node_modules/core-js/modules/es7.map.to-json.js

4 lines
186 B
JavaScript
Raw Normal View History

2016-10-10 03:43:44 +02:00
// https://github.com/DavidBruant/Map-Set.prototype.toJSON
2017-05-27 17:36:13 +02:00
var $export = require('./_export');
2016-10-10 03:43:44 +02:00
2017-05-27 17:36:13 +02:00
$export($export.P + $export.R, 'Map', {toJSON: require('./_collection-to-json')('Map')});