0.11.0 • Published 1 year ago

@czaplej/decopyfy v0.11.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

0.10.1

2 years ago

0.10.0

4 years ago

0.9.0

4 years ago

0.8.0

4 years ago

0.5.0

4 years ago

0.7.0

4 years ago

0.6.0

4 years ago

0.4.0

4 years ago

0.3.0

4 years ago

0.2.0

4 years ago