mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-05 09:27:49 +00:00
Bump to v4.1.0.
This commit is contained in:
18
lodash.zipobjectdeep/README.md
Normal file
18
lodash.zipobjectdeep/README.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# lodash.zipobjectdeep v4.1.0
|
||||
|
||||
The [lodash](https://lodash.com/) method `_.zipObjectDeep` exported as a [Node.js](https://nodejs.org/) module.
|
||||
|
||||
## Installation
|
||||
|
||||
Using npm:
|
||||
```bash
|
||||
$ {sudo -H} npm i -g npm
|
||||
$ npm i --save lodash.zipobjectdeep
|
||||
```
|
||||
|
||||
In Node.js:
|
||||
```js
|
||||
var zipObjectDeep = require('lodash.zipobjectdeep');
|
||||
```
|
||||
|
||||
See the [documentation](https://lodash.com/docs#zipObjectDeep) or [package source](https://github.com/lodash/lodash/blob/4.1.0-npm-packages/lodash.zipobjectdeep) for more details.
|
||||
Reference in New Issue
Block a user