Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

types-ethereumjs-util

machinomy931Apache-2.00.0.8TypeScript support: included

TypeScript declaration for ethereumjs-util

readme

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