1// https://github.com/DavidBruant/Map-Set.prototype.toJSON 2var $export = require('./_export'); 3 4$export($export.P + $export.R, 'Set', { toJSON: require('./_collection-to-json')('Set') }); 5