![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | index.js | 4 days ago | 50K | |
![]() | LICENSE | 4 days ago | 1.9K | |
![]() | package.json | 4 days ago | 579 | |
![]() | README.md | 4 days ago | 446 |
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.