UNPKG

devghost

Version:

👻 Find dead code, dead imports, and dead dependencies before they haunt your project

6 lines • 251 B
import type { AnalysisResult } from '../../types'; /** * Generate the complete HTML report template */ export declare function generateReportTemplate(results: AnalysisResult, generatedAt: string): string; //# sourceMappingURL=reportTemplate.d.ts.map