qauMaWeb/node_modules/core-js/web/structured-clone.js

9 lines
269 B
JavaScript
Raw Permalink Normal View History

2024-10-13 18:02:27 +08:00
require('../modules/es.array.iterator');
require('../modules/es.object.to-string');
require('../modules/es.map');
require('../modules/es.set');
require('../modules/web.structured-clone');
var path = require('../internals/path');
module.exports = path.structuredClone;