perf-audit-cli
Version:
CLI tool for continuous performance monitoring and analysis
13 lines • 514 B
TypeScript
import type { Result } from 'lighthouse';
import type { PerformanceMetrics } from '../types/config.ts';
import type { LighthouseOptions } from '../types/lighthouse.ts';
export declare class LighthouseRunner {
private static getDesktopConfig;
private static getMobileConfig;
runAudit(options: LighthouseOptions): Promise<PerformanceMetrics & {
rawResult?: Result;
}>;
private extractMetrics;
static validateUrl(url: string): boolean;
}
//# sourceMappingURL=lighthouse-runner.d.ts.map