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