UNPKG

hardhat

Version:

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

3 lines 251 B
import type { HardhatConfig, HardhatUserConfig } from "../../../types/config.js"; export declare function resolveTestUserConfig(userConfig: HardhatUserConfig, resolvedConfig: HardhatConfig): Promise<HardhatConfig>; //# sourceMappingURL=config.d.ts.map