tripledoc
Version:
Library to read, create and update documents on a Solid Pod
19 lines (13 loc) • 446 B
Markdown
# lodash.chunk v4.2.0
The [lodash](https://lodash.com/) method `_.chunk` exported as a [Node.js](https://nodejs.org/) module.
## Installation
Using npm:
```bash
$ {sudo -H} npm i -g npm
$ npm i --save lodash.chunk
```
In Node.js:
```js
var chunk = require('lodash.chunk');
```
See the [documentation](https://lodash.com/docs#chunk) or [package source](https://github.com/lodash/lodash/blob/4.2.0-npm-packages/lodash.chunk) for more details.