mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 15:04:45 +00:00
15 lines
141 B
Markdown
15 lines
141 B
Markdown
|
|
||
|
# indexOf
|
||
|
|
||
|
Lame indexOf thing, thanks microsoft
|
||
|
|
||
|
## Example
|
||
|
|
||
|
```js
|
||
|
var index = require('indexof');
|
||
|
index(arr, obj);
|
||
|
```
|
||
|
|
||
|
## License
|
||
|
|
||
|
MIT
|