| 11 | |
| 12 | declare module 'lighthouse/report/generator/report-generator.js' { |
| 13 | export class ReportGenerator { |
| 14 | static generateReport(lhr: LH.LHResult, type: string): string; |
| 15 | } |
| 16 | } |
nothing calls this directly
no outgoing calls
no test coverage detected