UNPKG

hardhat

Version:

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

3 lines 207 B
import { CompilationJob, CompilerInput } from "../../../types"; export declare function getInputFromCompilationJob(compilationJob: CompilationJob): CompilerInput; //# sourceMappingURL=compiler-input.d.ts.map