Ryuiso b1774d2c86 no message hai 1 ano
..
index.js b1774d2c86 no message hai 1 ano
license b1774d2c86 no message hai 1 ano
package.json b1774d2c86 no message hai 1 ano
readme.md b1774d2c86 no message hai 1 ano

readme.md

array-find-index Build Status

ES2015 Array#findIndex() ponyfill

Install

$ npm install --save array-find-index

Usage

const arrayFindIndex = require('array-find-index');

arrayFindIndex(['rainbow', 'unicorn', 'pony'], x => x === 'unicorn');
//=> 1

API

Same as Array#findIndex(), but with the input array as the first argument.

License

MIT © Sindre Sorhus