Files
lodash/lodash.indexof/README.md
John-David Dalton a219b6c927 Bump to v4.0.5.
2018-02-03 19:13:38 -08:00

19 lines
460 B
Markdown

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