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 c228dc3 commit 9a191deCopy full SHA for 9a191de
1 file changed
utils/term.ts
@@ -77,7 +77,7 @@ export function rule(title?: string) {
77
export type Spinner = {
78
label: string;
79
t0: number;
80
- timer: number | null;
+ timer: ReturnType<typeof setInterval> | null;
81
frame: number;
82
};
83
0 commit comments