UNPKG

hardhat-output-validator

Version:

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

3 lines 234 B
import { ErrorHandler, CompilerOutputWithDocsAndPath } from '../types'; export declare const checkConstructor: (entity: any, { addError }: ErrorHandler, info: CompilerOutputWithDocsAndPath) => void; //# sourceMappingURL=0ctor.d.ts.map