Skip to content

Commit

Permalink
Explicitly export all types from index.ts
Browse files Browse the repository at this point in the history
Relates to #97
  • Loading branch information
kingjan1999 committed May 6, 2023
1 parent 63d4656 commit fa8a194
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
import MockAxios from "./mock-axios";
export * from "./mock-axios-types";

export default MockAxios;

0 comments on commit fa8a194

Please sign in to comment.