UNPKG
@gamestdio/timer
Version:
latest (1.4.2)
1.4.2
1.4.1
1.4.0
1.3.2
1.3.1
1.3.0
1.2.0
1.1.9
1.1.8
Timing Events tied to @gamestdio/clock
github.com/colyseus/timer
colyseus/timer
@gamestdio/timer
/
lib
/
TimerClearedError.d.ts
7 lines
(6 loc)
•
223 B
TypeScript
View Raw
1
2
3
4
5
6
7
/** * 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
(
); }