Skip to content

Commit

Permalink
one more
Browse files Browse the repository at this point in the history
  • Loading branch information
ogroppo committed Oct 3, 2024
1 parent 3a9bad5 commit 95cb571
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/types/Function.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
export type VoidFn = () => void;

export type AsyncVoidFn = Awaited<VoidFn>;

export const noop: VoidFn = () => void 0;

0 comments on commit 95cb571

Please sign in to comment.