UNPKG

hardhat-output-validator

Version:

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

3 lines 205 B
import { SeverityLevel, ErrorObj } from '../types'; export declare const checkForCompilationWarnings: (buildInfo: any, severityLevel: SeverityLevel) => ErrorObj; //# sourceMappingURL=1compWarnings.d.ts.map