UNPKG

@jjdenhertog/ai-driven-development

Version:

AI-driven development workflow with learning capabilities for Claude

3 lines 179 B
import { CommitInfo } from '../../types/git/CommitInfo'; export declare function getCommits(branch: string): Promise<CommitInfo[] | null>; //# sourceMappingURL=getCommits.d.ts.map