1.1.0 • Published 6 years ago
@machinomy/types-truffle-hdwallet-provider v1.1.0
TypeScript declaration for truffle-hdwallet-provider
Installation
Via npm:
npm install --save-dev https://github.com/machinomy/types-truffle-hdwallet-provideror yarn:
yarn add https://github.com/machinomy/types-truffle-hdwallet-provider --devDon't forget to manually include index.d.ts within an include section of your tsconfig.json
"include": [
...
"./node_modules/@machinomy/types-truffle-hdwallet-provider/index.d.ts"
]