UNPKG

425 BTypeScriptView Raw
1/**
2 * Times a MatrixClient function call for metrics.
3 * @category Metrics
4 */
5export declare function timedMatrixClientFunctionCall(): (target: any, propertyKey: string, descriptor: PropertyDescriptor) => void;
6/**
7 * Times an Intent function call for metrics.
8 * @category Metrics
9 */
10export declare function timedIntentFunctionCall(): (target: any, propertyKey: string, descriptor: PropertyDescriptor) => void;