UNPKG

review-copilot

Version:

ReviewCopilot - AI-powered code review assistant with customizable prompts

5 lines (4 loc) 149 B
import { IGitPlatformService } from './services.types'; export declare class GitPlatformFactory { static createService(): IGitPlatformService; }