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