UNPKG

@gamestdio/timer

Version:

Timing Events tied to @gamestdio/clock

7 lines (6 loc) 223 B
/** * An error that occurs when the promise of a {@link Clock.duration} is rejected because the timer has been cleared by the clock instance. */ export declare class TimerClearedError extends Error { constructor(); }