UNPKG

@redocly/respect-core

Version:
10 lines 267 B
export declare class Timer { private static instance; private startTime; private timeout; private constructor(); static getInstance(timeout: number): Timer; static reset(): void; isTimedOut(): boolean; } //# sourceMappingURL=timer.d.ts.map