Skip to content

Latest commit

 

History

History

decopyfy

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.