The type of the elements in the source sequence.
An async-iterable sequence to determine the maximum element of.
Optional
options: ExtremaOptions<TSource, TResult>The options which include an optional comparer and abort signal.
The maximum element.
Generated using TypeDoc
Returns the maximum element with the optional selector.