Skip to content

Commit

Permalink
fix: export withTimer function in index
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomartinet committed Nov 5, 2024
1 parent 85d8aa2 commit dc9a500
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import Logger from './logger';
import runScript from './runner';
import withTimer from './timer';

export { Logger };
export { runScript };
export { withTimer };

0 comments on commit dc9a500

Please sign in to comment.