Skip to content

Releases: jeffz7/paippad

Array method: findOneByAny

12 May 10:27
Compare
Choose a tag to compare

Iterates over elements of array, returning an item where
predicates returns truthy for. The first function in the
predicates array will get the higher priority so even if
it gets a match with any other predicates, the function will
continue to look for other items in the array until it finds an item that
matches the first predicate or till the end of array