Skip to content

Commit

Permalink
Export new modules (MetaMask#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
gantunesr authored Feb 20, 2023
1 parent 389ee06 commit b3212b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@ export * from './bytes';
export * from './checksum';
export * from './coercers';
export * from './collections';
export * from './encryption-types';
export * from './hex';
export * from './json';
export * from './keyring';
export * from './logging';
export * from './misc';
export * from './number';
export * from './opaque';
export * from './time';
export * from './transaction-types';
export * from './versions';

0 comments on commit b3212b0

Please sign in to comment.