0.11.0 • Published 2 months ago

@czaplej/decopyfy v0.11.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

decopyfy

license npm latest package

Deep clone objects.

Installation

npm

npm install --save  decopyfy

yarn

yarn add  decopyfy

Usage

import { clone } from 'decopyfy';
const obj = {...};
const clonedObj = clone(obj);

// obj === clonedObj

License

The package is Open Source Software released under the MIT licensed.

This library was generated with Nx.

0.11.0

2 months ago

0.10.1

4 months ago

0.10.0

3 years ago

0.9.0

3 years ago

0.8.0

3 years ago

0.5.0

3 years ago

0.7.0

3 years ago

0.6.0

3 years ago

0.4.0

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago