indexof-shim
v0.1.0
Published
Shims the indexOf method
Downloads
1
Readme
indexof-shim
Shims the indexOf method. Bonus: it works on NodeLists.
Installation
npm install indexof-shim
API
var indexOf = require('indexof-shim');
var arr = [1, 2, 3];
console.log(indexOf(arr, 2)); // 1
console.log(indexOf(arr, 4)); // -1
Contributors
License
MIT License.