[I] DecoratorValidator
Type Parameters
| Type Parameter | Default type | 
|---|---|
T extends TypeKind | - | 
P extends readonly DecoratorParamDefinition<TypeKind>[] | - | 
S extends | DecoratorParamDefinition<TypeKind> | undefined | undefined | 
Methods
validate()
validate(   context,   target,   parameters): booleanParameters
| Parameter | Type | 
|---|---|
context | DecoratorContext | 
target | InferredTypeSpecValue<T> | 
parameters | InferParameters<P, S> | 
Returns
boolean