0.0.2 • Published 7 years ago

types-web3-fake-provider v0.0.2

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

TypeScript declaration for web3-fake-provider

Installation

Via npm:

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

or yarn:

yarn add types-web3-fake-provider-engine -D

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

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