@machinomy/types-ganache-core
v0.0.1
Published
TypeScript declaration for ganache-core package
Downloads
2
Readme
TypeScript declaration for ganache-core
Installation
Via yarn:
yarn add @machinomy/types-ganache-core --dev
Don't forget to manually include index.d.ts
within an include
section of your tsconfig.json
"include": [
...
"./node_modules/@machinomy/types-ganache-core/index.d.ts"
]