UNPKG

@appworks/doctor

Version:

Analyse and running codemods over react/rax projects, troubleshooting and automatically fixing errors

9 lines (8 loc) 246 B
export default class Timer { protected timer: ReturnType<typeof setTimeout>; protected startTime: number; protected endTime: undefined | number; constructor(); raceTimeout(ms: number): Promise<void>; duration(): number; }