You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
141 B

7 years ago
  1. # indexOf
  2. Lame indexOf thing, thanks microsoft
  3. ## Example
  4. ```js
  5. var index = require('indexof');
  6. index(arr, obj);
  7. ```
  8. ## License
  9. MIT