UNPKG

llm-commit

Version:

Turns diffs into concise, readable git commit messages

7 lines 332 B
export type DiffOptions = { prev?: number; cached?: boolean; }; export declare const getDiff: ({ prev, cached }: DiffOptions) => Promise<string>; export declare const getLog: (after?: string) => Promise<readonly (import("simple-git").DefaultLogFields & import("simple-git").ListLogLine)[]>; //# sourceMappingURL=git.d.ts.map