hardhat
Version:
Hardhat is an extensible developer tool that helps smart contract developers increase productivity by reliably bringing together the tools they want.
7 lines • 349 B
TypeScript
import { type Compiler } from "./compiler.js";
export declare function downloadConfiguredCompilers(versions: Set<string>, quiet: boolean): Promise<void>;
export declare function getCompiler(version: string, { preferWasm, compilerPath }: {
preferWasm: boolean;
compilerPath?: string;
}): Promise<Compiler>;
//# sourceMappingURL=index.d.ts.map