(args: { fs: object; dir: string; ref: string })
| 24 | /** Subset of isomorphic-git's API used to compute a working-tree diff. */ |
| 25 | export interface IsomorphicGitDiffClient { |
| 26 | resolveRef(args: { fs: object; dir: string; ref: string }): Promise<string>; |
| 27 | statusMatrix(args: { |
| 28 | fs: object; |
| 29 | dir: string; |
no outgoing calls