dev-lamp
Version:
Your friendly lighthouse performance companion - 100% local
6 lines • 305 B
TypeScript
import { BaseFormatter } from '../base.formatter';
import type { LampReport, FormatterOptions } from '../../types/report';
export declare class JsonFormatter extends BaseFormatter {
format(report: LampReport, _options: FormatterOptions): Promise<string>;
}
//# sourceMappingURL=json.formatter.d.ts.map