decopyfy
v1.0.3
Published
Deep copy data
Readme
decopyfy
Deep clone objects.
Installation
npm
npm install --save decopyfyyarn
yarn add decopyfyUsage
import { clone } from 'decopyfy';
const obj = {...};
const clonedObj = clone(obj);
// obj === clonedObjLicense
The package is Open Source Software released under the MIT licensed.
This library was generated with Nx.
