UNPKG

backport

Version:

A CLI tool that automates the process of backporting commits

5 lines (4 loc) 171 B
export declare function cloneRepo({ sourcePath, targetPath }: { sourcePath: string; targetPath: string; }, onProgress: (progress: number) => void): Promise<void>;