UNPKG

hardhat

Version:

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

10 lines 277 B
import "../../../types/hooks.js"; declare module "../../../types/hooks.js" { interface HardhatHooks { clean: CleanHooks; } interface CleanHooks { onClean: (context: HookContext) => Promise<void>; } } //# sourceMappingURL=type-extensions.d.ts.map