UNPKG

sarif-explorer

Version:

A modern SARIF report viewer that converts SARIF files into interactive, shareable HTML reports with file explorer, collapsible issue lists, and code snippets.

6 lines 274 B
import { SarifData } from '../types/sarif.js'; /** * Generate HTML report from SARIF data using React components */ export declare function generateReactHtmlReport(sarifData: SarifData, outputPath: string): Promise<void>; //# sourceMappingURL=react-html-generator.d.ts.map