fd68cb51099ce51edd9d888c5a3c0937498a23f8
[yaffs-website] / es7.set.to-json.js
1 // https://github.com/DavidBruant/Map-Set.prototype.toJSON
2 var $export  = require('./_export');
3
4 $export($export.P + $export.R, 'Set', {toJSON: require('./_collection-to-json')('Set')});