Files
lodash/lodash.fill/README.md
John-David Dalton fbdd63d3ad Bump to v3.3.5.
2018-02-03 19:13:30 -08:00

19 lines
439 B
Markdown

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