UNPKG

hardhat

Version:

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

9 lines 331 B
export interface MainOptions { print?: (message: string) => void; registerTsx?: boolean; rethrowErrors?: true; allowNonlocalHardhatInstallation?: true; warnAboutUnusedPlugins?: true; } export declare function main(rawArguments: string[], options?: MainOptions): Promise<void>; //# sourceMappingURL=main.d.ts.map