UNPKG

difflytic

Version:

AI-powered code review for GitLab/GitHub MRs using OpenAI and more.

4 lines (3 loc) 98 B
export declare abstract class BaseAI { abstract analyzeCode(code: string): Promise<string>; }