Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 259 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 259 Bytes

bare-structured-clone

Structured 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