0.2.0 • Published 5 years ago

@machinomy/types-truffle v0.2.0

Weekly downloads
35
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"
]
0.2.0

5 years ago

0.1.1

5 years ago

1.0.0

5 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago