UNPKG

hardhat

Version:

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

6 lines 349 B
import type { GlobalOptionDefinitions } from "../../../types/global-options.js"; import type { Task } from "../../../types/tasks.js"; export declare function getHelpString(task: Task, globalOptionDefinitions: GlobalOptionDefinitions, { command }?: { command?: "hardhat" | "hhu"; }): Promise<string>; //# sourceMappingURL=get-help-string.d.ts.map