UNPKG

@extra-array/find

Version:

Finds first value passing a test.

5 lines (4 loc) 76 B
function find(x, ft) { return x.find(ft); } export { find as default };