UNPKG

knip-html-reporter

Version:

A beautiful HTML reporter for Knip that transforms analysis results into interactive reports

9 lines (8 loc) 261 B
/** * Write HTML content to a file */ export declare function writeHtmlFile(html: string, outputPath: string, cwd: string): Promise<string>; /** * Open a file in the default browser */ export declare function openInBrowser(filePath: string): Promise<void>;