UNPKG

@extra-array/search

Version:

Finds index of first value passing a test.

6 lines (5 loc) 94 B
'use strict'; function search(x, ft) { return x.findIndex(ft); } module.exports = search;