Dailin 415ba84223 | pirms 4 gadiem | ||
---|---|---|---|
.. | |||
LICENSE | pirms 4 gadiem | ||
README.md | pirms 4 gadiem | ||
index.js | pirms 4 gadiem | ||
package.json | pirms 4 gadiem |
The Lodash method _.merge
exported as a Node.js module.
Using npm:
$ {sudo -H} npm i -g npm
$ npm i --save lodash.merge
In Node.js:
var merge = require('lodash.merge');
See the documentation or package source for more details.