Preparing search index...
The search index is not available
@saunos/utils
@saunos/utils
max
Function max
max
(
array
:
readonly
[
number
,
number
]
)
:
number
Parameters
array
:
readonly
[
number
,
number
]
Returns
number
Description
Max gets the greatest value from a list
Example
max
([
2
,
3
,
5
]) ==
5
Copy
max
(
array
:
readonly
number
[]
)
:
null
|
number
Parameters
array
:
readonly
number
[]
Returns
null
|
number
Description
Max gets the greatest value from a list
Example
max
([
2
,
3
,
5
]) ==
5
Copy
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@saunos/utils
Loading...
Description
Max gets the greatest value from a list
Example