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 308 B
import type { Compiler } from "./compiler.js"; export declare function downloadConfiguredCompilers(versions: Set<string>, quiet: boolean): Promise<void>; export declare function getCompiler(version: string, { preferWasm }: { preferWasm: boolean; }): Promise<Compiler>; //# sourceMappingURL=index.d.ts.map