lodash.partition
Version:
The lodash method `_.partition` exported as a module.
19 lines (13 loc) • 474 B
Markdown
# lodash.partition v4.6.0
The [lodash](https://lodash.com/) method `_.partition` exported as a [Node.js](https://nodejs.org/) module.
## Installation
Using npm:
```bash
$ {sudo -H} npm i -g npm
$ npm i --save lodash.partition
```
In Node.js:
```js
var partition = require('lodash.partition');
```
See the [documentation](https://lodash.com/docs#partition) or [package source](https://github.com/lodash/lodash/blob/4.6.0-npm-packages/lodash.partition) for more details.