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 328 B
import type { GlobalOptionDefinitions } from "../../../types/global-options.js"; import type { Task } from "../../../types/tasks.js"; export declare function getGlobalHelpString(rootTasks: Map<string, Task>, globalOptionDefinitions: GlobalOptionDefinitions): Promise<string>; //# sourceMappingURL=get-global-help-string.d.ts.map