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 (7 loc) 197 B
import "../../../types/global-options.js"; declare module "../../../types/global-options.js" { export interface GlobalOptions { gasStats: boolean; gasStatsJson: string | undefined; } }