UNPKG

hardhat

Version:

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

8 lines 215 B
declare module "../../../types/global-options.js" { interface GlobalOptions { gasStats: boolean; gasStatsJson: string | undefined; } } export {}; //# sourceMappingURL=type-extensions.d.ts.map