dev-lamp
Version:
Your friendly lighthouse performance companion - 100% local
12 lines • 382 B
TypeScript
import type { AnalyzeOptions } from '../../types/config';
export declare class AnalyzeCommand {
private runner;
private errorHandler;
execute(url: string, options: AnalyzeOptions): Promise<void>;
private validateUrl;
private displaySummary;
private getScoreEmoji;
private getScoreColor;
private checkThreshold;
}
//# sourceMappingURL=analyze.d.ts.map