(args: {
fs: object;
dir: string;
ref: string;
filepaths?: string[];
force?: boolean;
noUpdateHead?: boolean;
cache?: object;
})
| 28 | deleteTag(args: { fs: object; dir: string; ref: string }): Promise<void>; |
| 29 | listTags(args: { fs: object; dir: string }): Promise<string[]>; |
| 30 | checkout(args: { |
| 31 | fs: object; |
| 32 | dir: string; |
| 33 | ref: string; |