Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 356 Bytes

README.md

File metadata and controls

18 lines (17 loc) · 356 Bytes

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"
]