(args: {
fs: object;
dir: string;
ref?: string;
cache?: object;
})
| 25 | export interface IsomorphicGitDiffClient { |
| 26 | resolveRef(args: { fs: object; dir: string; ref: string }): Promise<string>; |
| 27 | statusMatrix(args: { |
| 28 | fs: object; |
| 29 | dir: string; |
| 30 | ref?: string; |
no outgoing calls