Irina Glushko 2389e7160b HW1 done | пре 3 година | |
---|---|---|
.. | ||
LICENSE | пре 3 година | |
README.md | пре 3 година | |
index.js | пре 3 година | |
package.json | пре 3 година |
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.