FLUJOS/VISUALIZACION/node_modules/core-js/modules/es7.set.to-json.js
2025-11-07 00:06:12 +01:00

4 lines
188 B
JavaScript
Executable file

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