Skip to content

Commit

Permalink
yarn build (GitHub Actions)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsievert committed May 23, 2022
1 parent 8957def commit aecc3b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions srcts/types/src/utils/callbacks.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ declare class Callbacks {
id: number;
register(fn: () => void, once?: boolean): () => void;
invoke(): void;
clear(): void;
count(): number;
}
export { Callbacks };

0 comments on commit aecc3b0

Please sign in to comment.