(args: { fs: object; dir: string; ref: string })
| 58 | }; |
| 59 | }>; |
| 60 | resolveRef(args: { fs: object; dir: string; ref: string }): Promise<string>; |
| 61 | // isomorphic-git's declared return type is `string | void` |
| 62 | // for the detached-HEAD case. The actual runtime value is |
| 63 | // `undefined`; we declare it that way to keep the structural |
no outgoing calls
no test coverage detected