(args: {
fs: object;
dir: string;
ref: string;
object?: string;
checkout?: boolean;
force?: boolean;
})
| 9 | /** isomorphic-git's subset used by branch / tag / checkout. */ |
| 10 | export interface IsomorphicGitRefsClient { |
| 11 | branch(args: { |
| 12 | fs: object; |
| 13 | dir: string; |
| 14 | ref: string; |