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

10 lines
283 B
JavaScript
Raw Permalink Normal View History

2024-09-27 17:35:10 +08:00
'use strict';
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;