Add types to Timer

This commit is contained in:
J. Ryan Stinnett 2021-04-27 12:02:20 +01:00
parent 1df0a82c64
commit bca45a1ad4

View file

@ -59,7 +59,7 @@ export default class Timer {
} }
} }
changeTimeout(timeout) { changeTimeout(timeout: number) {
if (timeout === this.timeout) { if (timeout === this.timeout) {
return; return;
} }