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