devghost
Version:
👻 Find dead code, dead imports, and dead dependencies before they haunt your project
10 lines • 363 B
TypeScript
import type { AnalysisResult } from '../types';
/**
* Generate an HTML report from analysis results
*/
export declare function generateHtmlReport(results: AnalysisResult, outputPath?: string): Promise<string>;
/**
* Open the report in default browser
*/
export declare function openInBrowser(filePath: string): void;
//# sourceMappingURL=htmlReporter.d.ts.map