parsify
1.0.0 • Public • Published
A simple interface for providing a deep copy of an object.
var parsify = require('parsify');
let myObjToCopy = {};
/*
...modify object as necessary
*/
let newObj = parsify.copy(myObjToCopy);
Does not support the copying of function.
Readme
Keywords
nonePackage Sidebar
Install
Weekly Downloads