Skip to content

Commit

Permalink
fix(GatewayError): export from index
Browse files Browse the repository at this point in the history
  • Loading branch information
OriMarron committed Jun 25, 2022
1 parent 092abbc commit 69addd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/provider/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { Provider } from './default';

export * from './default';
export { GatewayError } from './utils';
export * from './interface';

export const defaultProvider = new Provider();

0 comments on commit 69addd5

Please sign in to comment.