UNPKG

hardhat-output-validator

Version:

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

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