timer.d.ts 150 B

1234
  1. /**
  2. * 计时装饰器
  3. */
  4. export declare function timer(label?: string): (target: any, propertyKey: string, descriptor: PropertyDescriptor) => void;