0.2.0 • Published 5 years ago

@machinomy/types-truffle-contract v0.2.0

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

TypeScript declaration for truffle-contract

Installation

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

Usage

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

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

or set package to types section:

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