Skip to content

Commit 891ed0f

Browse files
committed
yarn build (GitHub Actions)
1 parent 8a1b7cc commit 891ed0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

srcts/types/src/utils/callbacks.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ declare class Callbacks {
1010
id: number;
1111
register(fn: () => void, once?: boolean): () => void;
1212
invoke(): void;
13+
clear(): void;
1314
count(): number;
1415
}
1516
export { Callbacks };

0 commit comments

Comments
 (0)