Files
30-seconds-of-code/node_modules/indexof/Readme.md
2019-08-20 15:52:05 +02:00

15 lines
141 B
Markdown

# indexOf
Lame indexOf thing, thanks microsoft
## Example
```js
var index = require('indexof');
index(arr, obj);
```
## License
MIT