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 187 B
import type { Report } from "../coverage-manager.js"; export declare function generateHtmlReport(report: Report, htmlReportPath: string): Promise<void>; //# sourceMappingURL=html.d.ts.map