UNPKG

@casoon/auditmysite

Version:

Professional website analysis suite with robust accessibility testing, Core Web Vitals performance monitoring, SEO analysis, and content optimization insights. Features isolated browser contexts, retry mechanisms, and comprehensive API endpoints for profe

8 lines 439 B
/** * 📊 Unified Report System - Index * * Exports the complete unified report system with all generators. */ export { UnifiedReportSystem, ReportGenerator, type ReportData, type ReportOptions, type GeneratedReport, type ReportFormat } from './unified-report-system'; export { ModernHTMLReportGenerator, ModernMarkdownReportGenerator, JSONReportGenerator, CSVReportGenerator } from './generators'; //# sourceMappingURL=index.d.ts.map