Skip to content

Commit 1b0b8b1

Browse files
chore: export error as wildcard
1 parent 67eba26 commit 1b0b8b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ export * as ReferralExchange from "./api";
22
export { ReferralExchangeClient } from "./Client";
33
export { ReferralExchangeJwtClient } from "./wrapper/ReferralExchangeJwtClient";
44
export { ReferralExchangeEnvironment } from "./environments";
5-
export { ReferralExchangeError, ReferralExchangeTimeoutError } from "./errors";
5+
export * from "./errors";

0 commit comments

Comments
 (0)