- hook(options: {
flag: HookFlag;
}): ((target: any, propertyKey: string, descriptor: PropertyDescriptor) => void)
-
Returns ((target: any, propertyKey: string, descriptor: PropertyDescriptor) => void)
-
- (target: any, propertyKey: string, descriptor: PropertyDescriptor): void
-
Parameters
-
target: any
-
propertyKey: string
-
descriptor: PropertyDescriptor
Returns void