0.0.5 • Published 6 years ago

@machinomy/types-web3-provider-engine v0.0.5

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

TypeScript declaration for web3-provider-engine

Installation

Via npm:

npm install --save-dev types-web3-provider-engine

or yarn:

yarn add types-web3-provider-engine -D

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

"include": [
    ...
    "./node_modules/types-web3-provider-engine/index.d.ts"
]