UNPKG

@dharshansr/gitgenius

Version:

AI-powered commit message generator with enhanced features

14 lines 449 B
import { PullRequestOptions } from '../types.js'; export declare class PullRequestHandler { private gitService; private aiService; constructor(); createPullRequest(options: PullRequestOptions): Promise<void>; private getRemoteInfo; private generatePRContent; private confirmPRContent; private createPlatformPR; private createGitHubPR; private createGitLabPR; } //# sourceMappingURL=PullRequestHandler.d.ts.map