Skip to content

Commit

Permalink
Export ueve methods
Browse files Browse the repository at this point in the history
  • Loading branch information
yamiteru committed Apr 2, 2023
1 parent 96e8505 commit 3589ad5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ export const $benchmarkBeforeEach = eve<{ benchmark: Name }>();

// After each benchmark of one type gets run
export const $benchmarkAfterEach = eve<{ benchmark: Name }>();

export { sub, clr, has } from "ueve/async";

0 comments on commit 3589ad5

Please sign in to comment.