Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

isBigNumber is not available in web3-utils #2835

Closed
elenadimitrova opened this issue May 22, 2019 · 0 comments
Closed

isBigNumber is not available in web3-utils #2835

elenadimitrova opened this issue May 22, 2019 · 0 comments
Labels
Bug Addressing a bug

Comments

@elenadimitrova
Copy link

isBigNumber is not available in web3-utils

Note that web3.utils.isBigNumber is available, but using it only via the web3-utils, (without importing the entire web3), e.g. import { isBigNumber } from 'web3-utils'; fails.

This could be due to the missing export here https://github.com/ethereum/web3.js/blob/f8cb5c63b84f9a7c9803204658d75d9173ca949d/packages/web3-utils/src/index.js#L287?

Versions

  • web3.js: "web3-utils": "^1.0.0-beta.52"
  • nodejs: 10.12
@nivida nivida added the Bug Addressing a bug label May 23, 2019
@nivida nivida closed this as completed May 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Addressing a bug
Projects
None yet
Development

No branches or pull requests

2 participants