sangwaritaxi_website/node_modules/lodash.merge
hardik 144695ee26 new 2025-09-28 08:31:38 +05:30
..
LICENSE new 2025-09-28 08:31:38 +05:30
README.md new 2025-09-28 08:31:38 +05:30
index.js new 2025-09-28 08:31:38 +05:30
package.json new 2025-09-28 08:31:38 +05:30

README.md

lodash.merge v4.6.2

The Lodash method _.merge exported as a Node.js module.

Installation

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.