0.0.8 • Published 6 years ago

types-ethereumjs-util v0.0.8

Weekly downloads
1,900
License
Apache-2.0
Repository
github
Last release
6 years ago

TypeScript declaration for ethereumjs-util

Installation

Via npm:

npm install --save-dev types-ethereumjs-util

or yarn:

yarn add types-ethereumjs-util -D

Don't forget to manually include index.d.ts within an include section of your tsconfig.json

"include": [
    ...
    "./node_modules/types-ethereumjs-util/index.d.ts"
]