UNPKG

pr-desc-cli

Version:
3 lines (2 loc) 144 B
import type { GitChanges } from "./types.ts"; export declare function getGitChanges(baseBranch: string, maxFiles: number): Promise<GitChanges>;