UNPKG

hardhat

Version:

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

6 lines 445 B
import type { HardhatUserConfig } from "../../../config.js"; import type { CoverageConfig } from "../../../types/config.js"; import type { HardhatUserConfigValidationError } from "../../../types/hooks.js"; export declare function validateCoverageUserConfig(userConfig: unknown): HardhatUserConfigValidationError[]; export declare function resolveCoverageConfig(userConfig: HardhatUserConfig): CoverageConfig; //# sourceMappingURL=config.d.ts.map