0.0.1 • Published 6 years ago

@machinomy/types-truffle-artifactor v0.0.1

Weekly downloads
20
License
Apache-2.0
Repository
github
Last release
6 years ago

TypeScript declaration for truffle-artifactor

Installation

Via npm:

npm install --save-dev https://github.com/machinomy/types-truffle-artifactor

or yarn:

yarn add https://github.com/machinomy/types-truffle-artifactor -D

Don't forget to manually include index.d.ts within an include section of your tsconfig.json

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