a zip code crypto-currency system good for red ONLY
Eric Foster d5378345de connection between front end and database 6 年之前
..
index.js connection between front end and database 6 年之前
license connection between front end and database 6 年之前
package.json connection between front end and database 6 年之前
readme.md connection between front end and database 6 年之前

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