UNPKG

dev-lamp

Version:

Your friendly lighthouse performance companion - 100% local

8 lines 368 B
import { BaseFormatter } from '../base.formatter'; import type { LampReport, FormatterOptions } from '../../types/report'; export declare class TextFormatter extends BaseFormatter { format(report: LampReport, _options: FormatterOptions): Promise<string>; private getScoreIndicator; private formatCategoryName; } //# sourceMappingURL=text.formatter.d.ts.map