@machinomy/types-ganache-core
v0.0.1
Published
TypeScript declaration for ganache-core package
Readme
TypeScript declaration for ganache-core
Installation
Via yarn:
yarn add @machinomy/types-ganache-core --devDon'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"
]