cjs > esm imports

This commit is contained in:
cv
2021-05-24 17:06:02 +02:00
parent fa98e2ad92
commit 5b7905e86a
16 changed files with 138 additions and 160 deletions
+2 -4
View File
@@ -4,7 +4,7 @@
*
*/
class Timer {
export class Timer {
clock = null;
duration = null;
current = null;
@@ -210,6 +210,4 @@ class Timer {
this._finishedAt = null;
}
}
}
module.exports = Timer;
}