You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 17, 2021. It is now read-only.
../core/src/Foo.ts:51:14 - error TS2351: This expression is not constructable.
Type 'typeof BN' has no construct signatures.
51 return new BN(hexNumber, 'hex').isZero();
~~
../core/node_modules/ethereumjs-util/dist/externals.d.ts:6:1
6 import * as BN from 'bn.js';
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Type originates at this import. A namespace-style import cannot be called or constructed, and will cause a failure at runtime. Consider using a default import or import require here instead.