mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-11 02:13:48 +00:00
feat: event timer
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
/*
|
||||
* Timer implements simple countdown timer functions
|
||||
* User needs to use setup function to be able to use
|
||||
*
|
||||
*/
|
||||
|
||||
class Timer {
|
||||
_current = null;
|
||||
_finishAt = null;
|
||||
@@ -116,5 +122,4 @@ class Timer {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
module.exports = Timer;
|
||||
|
||||
Reference in New Issue
Block a user