- logTime<This, Args, Return>(target, context): ((...input) => any)
-
Type Parameters
-
This
-
Args extends any[]
-
Return
Parameters
-
target: ((this, ...args) => Return)
-
- (this, ...args): Return
-
Parameters
-
this: This
-
Rest
...args: Args
Returns Return
-
context: ClassMethodDecoratorContext<This, ((this, ...args) => Return)>
Returns ((...input) => any)
-
- (...input): any
-
Returns any