Preparing search index...
The search index is not available
iteragain - v4.1.5
iteragain
max
max
Function max
max
<
T
>
(
iteratee
?
)
:
(
(
arg
:
T
)
=>
IterSource
<
T
>
)
Returns the maximum value from the input iterator.
Type Parameters
T
extends
IteratorOrIterable
<
unknown
>
Parameters
Optional
iteratee
:
Iteratee
<
IterSource
<
T
>
,
number
>
Returns
(
(
arg
:
T
)
=>
IterSource
<
T
>
)
(
arg
)
:
IterSource
<
T
>
Parameters
arg
:
T
Returns
IterSource
<
T
>
max
<
T
>
(
arg
,
iteratee
?
)
:
IterSource
<
T
>
Type Parameters
T
extends
IteratorOrIterable
<
unknown
>
Parameters
arg
:
T
Optional
iteratee
:
Iteratee
<
IterSource
<
T
>
,
number
>
Returns
IterSource
<
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
iteragain - v4.1.5
Loading...
Returns the maximum value from the input iterator.