Preparing search index...
The search index is not available
class-validator-extended - v4.0.2
class-validator-extended
ArrayMonotonicOptions
Type Alias ArrayMonotonicOptions<T>
ArrayMonotonicOptions
:
|
{
monotonicity
:
Monotonicity
;
projection
:
(
item
:
T
)
=>
number
}
|
{
comparator
:
(
a
:
T
,
b
:
T
)
=>
number
;
monotonicity
:
Monotonicity
}
|
{
monotonicity
:
Monotonicity
}
Type Parameters
T
The type of the array elements.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
class-validator-extended - v4.0.2
Loading...
The type of the array elements.