Skip to content

Commit

Permalink
fix to export isBigNumber
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed May 23, 2019
1 parent dc63f75 commit 81b5033
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/web3-utils/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -311,3 +311,4 @@ export const isTopic = utils.isTopic;
export const bytesToHex = utils.bytesToHex;
export const hexToBytes = utils.hexToBytes;
export const stripHexPrefix = utils.stripHexPrefix;
export const isBigNumber = utils.isBigNumber;

0 comments on commit 81b5033

Please sign in to comment.