Preparing search index...
The search index is not available
class-validator-extended - v4.0.1
class-validator-extended
ArrayMonotonicOptions
Type Alias ArrayMonotonicOptions<T>
Array
Monotonic
Options
<
T
>
:
{
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.1
Loading...
The type of the array elements.