UNPKG

@jjdenhertog/ai-driven-development

Version:

AI-driven development workflow with learning capabilities for Claude

7 lines 196 B
export type BranchInfo = { name: string; isRemote: boolean; current: boolean; }; export declare function getBranches(): Promise<BranchInfo[]>; //# sourceMappingURL=getBranches.d.ts.map