1.0.2 • Published 5 years ago
deep-copy-object v1.0.2
deep-copy-object
Deep copy a JavaScript Object
Installation
Use the npm to install
npm install deep-copy-object
Usage
import Copier from 'deep-copy-object'
const objNew = Copier.deepCopy(obj)
Deep copy a JavaScript Object
Use the npm to install
npm install deep-copy-object
import Copier from 'deep-copy-object'
const objNew = Copier.deepCopy(obj)