- decoratorfy(callback): ((target: any, _propertyKey: string, descriptor: PropertyDescriptor) => void)
参数
- callback: ((descriptor: PropertyDescriptor, target: any) => Function)
- (descriptor, target): Function
参数
- descriptor: PropertyDescriptor
- target: any
返回 Function
返回 ((target: any, _propertyKey: string, descriptor: PropertyDescriptor) => void)
- (target, _propertyKey, descriptor): void
参数
- target: any
- _propertyKey: string
- descriptor: PropertyDescriptor
返回 void
把一个函数转变为装饰器