/** * HTML Report Generator - produces the interactive HTML dashboard * Copyright (c) 2026 Mihajlo Stojanovski * * Extracted from the monolithic index.ts to adhere to single-responsibility. * Contains all HTML template logic, CSS, and embedded JavaScript for the report. * * @module report/html-generator */ export { HtmlReportGenerator } from "./html/html-report-generator"; //# sourceMappingURL=html-generator.d.ts.map