UNPKG

@extra-array/find

Version:

Finds first value passing a test.

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