UNPKG

hardhat

Version:

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

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