https://github.com/component/indexof
Thanks microsoft
https://github.com/component/indexof
Last synced: 4 months ago
JSON representation
Thanks microsoft
- Host: GitHub
- URL: https://github.com/component/indexof
- Owner: component
- License: mit
- Created: 2012-08-16T23:40:28.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2021-04-27T17:25:42.000Z (almost 4 years ago)
- Last Synced: 2024-05-19T06:42:08.824Z (11 months ago)
- Language: JavaScript
- Size: 32.2 KB
- Stars: 15
- Watchers: 4
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
- Changelog: History.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ponyfills - indexof - [`Array.prototype.indexOf`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/indexOf). (Arrays)
README
# indexOf
Lame indexOf thing, thanks microsoft
## Example
```js
var index = require('indexof');
index(arr, obj);
```## License
MIT