/bare-structured-clone

Structured cloning algorithm for JavaScript

Primary LanguageJavaScriptApache License 2.0Apache-2.0

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