UNPKG

perf-lens

Version:

AI-powered frontend performance optimizer

12 lines 448 B
export declare const PROMPT_KEYS: { readonly LIGHTHOUSE_ANALYSIS: "lighthouse_analysis"; readonly CODE_ANALYSIS: "code_analysis"; readonly PERFORMANCE_EXPERT: "performance_expert"; }; export type PromptKey = (typeof PROMPT_KEYS)[keyof typeof PROMPT_KEYS]; export interface PromptData { key: PromptKey; content: string; } export declare const DEFAULT_PROMPTS: Record<PromptKey, string>; //# sourceMappingURL=promptConfig.d.ts.map