bare-structured-cloneMarch 18, 2024 ยท View on GitHubStructured cloning algorithm for JavaScript. npm i bare-structured-clone Usage const structuredClone = require('bare-structured-clone') const copy = structuredClone({ hello: 'world' }) License Apache-2.0