Skip to content

Commit

Permalink
Export provider.Formatter (#562).
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Jul 20, 2019
1 parent 9a41199 commit 083fd76
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/providers/src.ts/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ import { Web3Provider } from "./web3-provider";

import { AsyncSendable } from "./web3-provider";

import { Formatter } from "./formatter";

////////////////////////
// Exports
Expand Down Expand Up @@ -67,6 +68,12 @@ export {
getNetwork,


///////////////////////
// Objects

Formatter,


///////////////////////
// Types

Expand Down

0 comments on commit 083fd76

Please sign in to comment.