- Category(cat: keyof Categories): { (target: Function): void; (target: Object, propertyKey: string | symbol): void }
-
Returns { (target: Function): void; (target: Object, propertyKey: string | symbol): void }
-
- (target: Function): void
-
Returns void
- (target: Object, propertyKey: string | symbol): void
-
Parameters
-
target: Object
-
propertyKey: string | symbol
Returns void