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

5 lines
188 B
JavaScript
Raw Normal View History

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