Skip to content

Commit

Permalink
Export RequestArguments and ConsoleLike types (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrtenz authored Feb 28, 2024
1 parent 361d754 commit 2c35ef2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { BaseProvider } from './BaseProvider';
import type { RequestArguments } from './BaseProvider';
import type {
EIP6963AnnounceProviderEvent,
EIP6963ProviderDetail,
Expand All @@ -20,8 +21,11 @@ import {
} from './MetaMaskInpageProvider';
import { shimWeb3 } from './shimWeb3';
import { StreamProvider } from './StreamProvider';
import type { ConsoleLike } from './utils';

export type {
ConsoleLike,
RequestArguments,
EIP6963AnnounceProviderEvent,
EIP6963ProviderDetail,
EIP6963ProviderInfo,
Expand Down

0 comments on commit 2c35ef2

Please sign in to comment.