(args: {
fs: object;
http: object;
dir: string;
url: string;
ref?: string;
corsProxy?: string;
headers?: Record<string, string>;
depth?: number;
singleBranch?: boolean;
noTags?: boolean;
noCheckout?: boolean;
cache?: object;
onProgress?: ProgressCallback;
onMessage?: MessageCallback;
})
| 19 | */ |
| 20 | export interface IsomorphicGitClient { |
| 21 | clone(args: { |
| 22 | fs: object; |
| 23 | http: object; |
| 24 | dir: string; |