UNPKG

@deepkit/core

Version:

Deepkit core library

9 lines (8 loc) 190 B
export declare class Timer { protected timeoutTimers: any[]; setTimeout(cb: () => void, timeout: number): any; /** * Clears all timers at once. */ clear(): void; }