We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8564e11 commit 0acc461Copy full SHA for 0acc461
src/index.d.ts
@@ -8,6 +8,7 @@ interface TimerResult {
8
minutes: number;
9
hours: number;
10
days: number;
11
+ isRunning: boolean;
12
start: () => void;
13
pause: () => void;
14
resume: () => void;
@@ -25,6 +26,7 @@ interface StopwatchResult {
25
26
27
28
29
30
31
32
reset: () => void;
0 commit comments