mirror of
https://github.com/nodejs/node.git
synced 2025-05-14 16:35:53 +00:00

PR-URL: https://github.com/nodejs/node/pull/6153 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
474 B
474 B
lodash.clonedeep v4.3.2
The lodash method _.cloneDeep
exported as a Node.js module.
Installation
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.