MinMax
Last updated
Was this helpful?
Last updated
Was this helpful?
MinMax<Min, Max>
A generic type MinMax
that takes generic type variables and represents the range between minimum and maximum.
Min
extends
number
A generic type variable Min
constrained by the type indicates the minimum number.
Max
extends
number
A generic type variable Max
constrained by the type indicates the maximum number.
min:
Min
The minimum value of a generic type variable constrained by a type.
max:
Max
The maximum value of a generic type variable constrained by a type.