UNPKG

@jjdenhertog/ai-driven-development

Version:

AI-driven development workflow with learning capabilities for Claude

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