biofriction-wp-theme/node_modules/core-js/modules/es7.set.to-json.js

5 lines
188 B
JavaScript
Raw Permalink Normal View History

2021-10-26 14:18:09 +02:00
// https://github.com/DavidBruant/Map-Set.prototype.toJSON
var $export = require('./_export');
$export($export.P + $export.R, 'Set', { toJSON: require('./_collection-to-json')('Set') });