|
%!s(int64=5) %!d(string=hai) anos | |
---|---|---|
.. | ||
index.js | %!s(int64=5) %!d(string=hai) anos | |
license | %!s(int64=5) %!d(string=hai) anos | |
package.json | %!s(int64=5) %!d(string=hai) anos | |
readme.md | %!s(int64=5) %!d(string=hai) anos |
ES2015
Array#findIndex()
ponyfillPonyfill: A polyfill that doesn't overwrite the native method
$ npm install --save array-find-index
arrayFindIndex = require('array-find-index');
arrayFindIndex(['rainbow', 'unicorn', 'pony'], x => x === 'unicorn');
//=> 1
Same as Array#findIndex()
, but with the input array as the first argument.
MIT © Sindre Sorhus