dev-lamp
Version:
Your friendly lighthouse performance companion - 100% local
10 lines • 425 B
TypeScript
import { BaseFormatter } from '../base.formatter';
import type { LampReport, FormatterOptions } from '../../types/report';
export declare class MarkdownFormatter extends BaseFormatter {
format(report: LampReport, options: FormatterOptions): Promise<string>;
private formatMinimal;
private formatDetailed;
private formatGitHub;
private formatCategoryName;
}
//# sourceMappingURL=markdown.formatter.d.ts.map