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.

5 lines 195 B
/** * Generate the complete HTML document with embedded styles and scripts */ export declare function generateHtmlDocument(bodyHtml: string): string; //# sourceMappingURL=html-template.d.ts.map