UNPKG

hardhat-output-validator

Version:

Zero-config Hardhat plugin to check the build output of Solidity contracts

3 lines 195 B
import { CompilerOutputWithDocsAndPath, ErrorInfo } from '../types'; export declare const checkForErrors: (info: CompilerOutputWithDocsAndPath) => ErrorInfo[]; //# sourceMappingURL=index.d.ts.map