class-validator-extended - v4.2.0
Preparing search index...
mapNotContains
Function mapNotContains
mapNotContains
<
Value
=
unknown
>
(
value
:
unknown
,
forbidden
:
Iterable
<
Value
>
,
)
:
value
is
Map
<
unknown
,
unknown
>
Type Parameters
Value
=
unknown
The type of values to check for.
Parameters
value
:
unknown
The value to validate.
forbidden
:
Iterable
<
Value
>
List of forbidden values for this map.
Returns
value
is
Map
<
unknown
,
unknown
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
class-validator-extended - v4.2.0
Loading...
The type of values to check for.