UNPKG

difflytic

Version:

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

6 lines (5 loc) 187 B
export declare class Logger { static log(message: string, ...optionalParams: any[]): void; static error(message: string, ...optionalParams: any[]): void; } export default Logger;