UNPKG

dev-lamp

Version:

Your friendly lighthouse performance companion - 100% local

9 lines 444 B
import type { LampReport, FormatterOptions } from '../types/report'; export declare abstract class BaseFormatter { abstract format(report: LampReport, options: FormatterOptions): Promise<string>; protected getScoreEmoji(score: number): string; protected getScoreLabel(score: number): string; protected formatMs(ms: number): string; protected formatBytes(bytes: number): string; } //# sourceMappingURL=base.formatter.d.ts.map