.. | |||
LICENSE | 1 month ago | ||
README.md | 1 month ago | ||
index.js | 1 month ago | ||
package.json | 1 month ago |
The lodash method _.cloneDeep
exported as a Node.js module.
Using npm:
$ {sudo -H} npm i -g npm $ npm i --save lodash.clonedeep
In Node.js:
var cloneDeep = require('lodash.clonedeep');
See the documentation or package source for more details.