2 lines
91 B
JavaScript
2 lines
91 B
JavaScript
module.exports = globalThis.structuredClone || ((obj) => JSON.parse(JSON.stringify(obj)));
|