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