UNPKG

@jjdenhertog/ai-driven-development

Version:

AI-driven development workflow with learning capabilities for Claude

3 lines 184 B
import { PullResult } from '../../types/git/PullResult'; export declare function pullBranch(branch: string, cwd?: string): Promise<PullResult>; //# sourceMappingURL=pullBranch.d.ts.map