Returns the first element of an iterable sequence that matches the predicate if provided, or undefined if no such element exists.
The type of the elements in the source sequence.
Source async-enumerable sequence.
Optional
The first element in the iterable sequence, or undefined if no such element exists.
Generated using TypeDoc
Returns the first element of an iterable sequence that matches the predicate if provided, or undefined if no such element exists.