Function createMetaDecorator
- createMetaDecorator<T>(kind): Decorator<T, ClassDecorator>
Type Parameters
- T extends readonly unknown[] = void[]
Returns Decorator<T, ClassDecorator>
- createMetaDecorator<T>(kind): Decorator<T, MethodDecorator>
Type Parameters
- T extends readonly unknown[] = void[]
Returns Decorator<T, MethodDecorator>
- createMetaDecorator<T>(kind): Decorator<T, PropertyDecorator>
Type Parameters
- T extends readonly unknown[] = void[]
Returns Decorator<T, PropertyDecorator>
Registers a metadata class decorator.