0.0.4 • Published 3 years ago

quickclone v0.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

quickclone

This is just a test.

quickclone helps deep-copying objects and arrays by en- and decoding them to/from JSON.

Usage

import { quickclone } from 'quickclone'

let mydata = { fruits: ['apple','banana','kiwi'], animals: ['cat','dog','mouse'] }
let mycopy = quickclone(mydata)
console.log(mycopy)
0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago