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 267 B
import type { NewTaskActionFunction } from "../../../types/tasks.js"; interface CleanActionArguments { global: boolean; } declare const cleanAction: NewTaskActionFunction<CleanActionArguments>; export default cleanAction; //# sourceMappingURL=task-action.d.ts.map