Skip to content

Commit

Permalink
src: re-export MailtrapTransport from index file.
Browse files Browse the repository at this point in the history
  • Loading branch information
narekhovhannisyan committed Aug 18, 2023
1 parent 20cd7b2 commit d0ac6b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import MailtrapClient from "./lib/mailtrap-client";
import MailtrapTransport from "./lib/transport";

export { MailtrapClient };
export * from "./types/mailtrap";
export { MailtrapClient, MailtrapTransport };

0 comments on commit d0ac6b0

Please sign in to comment.