This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
import type { AnyFn } from "./types.js";
|
||||
export declare class TimeoutFn<T extends AnyFn> {
|
||||
#private;
|
||||
constructor(cb: T, interval: number);
|
||||
stop(): void;
|
||||
start(...args: Parameters<T> | []): void;
|
||||
}
|
||||
Reference in New Issue
Block a user