Functions
log
- log(message: string, ...args: any[]): void
-
Parameters
-
message: string
-
Rest ...args: any[]
Returns void
profile
- profile(target: any, propertyKey: string, descriptor: PropertyDescriptor): PropertyDescriptor
-
Parameters
-
target: any
-
propertyKey: string
-
descriptor: PropertyDescriptor
Returns PropertyDescriptor
A decorator that can profile a function.