holepunchto / bare-structured-clone

Structured cloning algorithm for JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Structured cloning algorithm for JavaScript

License:Apache License 2.0


Languages

Language:JavaScript 90.6%Language:C 9.0%Language:CMake 0.3%