Iterated elements type.
An iterable to extract element from.
A predicate function to test elements. Returns truthy value for matching one. It accepts the tested element as the only parameter.
Either the matching element, or undefined
if no elements match.
Generated using TypeDoc
Extracts the first element matching the given condition from
iterable
.