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
/
index.d.ts
5 lines
(4 loc)
•
170 B
TypeScript
View Raw
1
2
3
4
5
export
{
Delayed
,
Type
}
from
"./Delayed"
;
export
{
TimerClearedError
}
from
"./TimerClearedError"
;
import
{
ClockTimer
}
from
"./ClockTimer"
;
export
default
ClockTimer
;