0.2.0 • Published 5 years ago

@machinomy/types-truffle-deployer v0.2.0

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

TypeScript declaration for truffle-deployer

Installation

yarn add @machinomy/types-truffle-deployer --dev

Usage

Either manually include index.d.ts within an include section of your tsconfig.json

"include": [
    ...
    "./node_modules/@machinomy/types-truffle-deployer/index.d.ts"
]
   

or set package to types section:

"types": [
    "@machinomy/types-truffle-deployer"
]