Urara-Blog/node_modules/.pnpm-store/v3/files/4a/a7a6bcc6dc4ea722fadb9a26d12da2c97d7f7810d4ae968bed6bd71ef23fed242b5e3cb9495e8fdd7d655f1f0c3e89304db893dd02cb62842016b231877bf5
2022-08-14 01:14:53 +08:00

18 lines
446 B
Text

# lodash.merge v4.6.2
The [Lodash](https://lodash.com/) method `_.merge` exported as a [Node.js](https://nodejs.org/) module.
## Installation
Using npm:
```bash
$ {sudo -H} npm i -g npm
$ npm i --save lodash.merge
```
In Node.js:
```js
var merge = require('lodash.merge');
```
See the [documentation](https://lodash.com/docs#merge) or [package source](https://github.com/lodash/lodash/blob/4.6.2-npm-packages/lodash.merge) for more details.