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 has been archived by the owner on Jun 17, 2021. It is now read-only.
But because they're manually added to the exports object, typescript is not adding type definitions for them and Typescript users get an error when using one of those methods, e.g. stripHexPrefix.
The text was updated successfully, but these errors were encountered:
Here we're re-exporting methods of
ethjs-util
:ethereumjs-util/src/index.ts
Lines 2 to 5 in 3b10850
But because they're manually added to the
exports
object, typescript is not adding type definitions for them and Typescript users get an error when using one of those methods, e.g.stripHexPrefix
.The text was updated successfully, but these errors were encountered: