UNPKG

logggai

Version:

AI-powered CLI for transforming your development work into professional content

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