return-found
v1.0.0
Published
An npm package to return the first truthy value returned from predicate
Readme
An npm package to return the first truthy value returned from predicate after being passed each item in a collection
Similar to javascript's native find for arrays except it returns the value predicate returns, as opposed to the collection item
