UNPKG

dev-lamp

Version:

Your friendly lighthouse performance companion - 100% local

6 lines 305 B
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