UNPKG

hardhat

Version:

Hardhat is an extensible developer tool that helps smart contract developers increase productivity by reliably bringing together the tools they want.

7 lines 205 B
import "../../../types/global-options.js"; declare module "../../../types/global-options.js" { interface GlobalOptions { coverage: boolean; } } //# sourceMappingURL=type-extensions.d.ts.map