UNPKG

@extra-array/search

Version:

Finds index of first value passing a test.

5 lines (4 loc) 85 B
function search(x, ft) { return x.findIndex(ft); } export { search as default };