kevin tessier 5f00dd9b15 first commit 6 years ago
..
LICENSE 5f00dd9b15 first commit 6 years ago
README.md 5f00dd9b15 first commit 6 years ago
index.js 5f00dd9b15 first commit 6 years ago
package.json 5f00dd9b15 first commit 6 years ago

README.md

lodash.clonedeep v4.5.0

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.