(args: {
fs: object;
dir: string;
ref: string;
filepaths?: string[];
force?: boolean;
noUpdateHead?: boolean;
cache?: object;
})
| 36 | }): Promise<void>; |
| 37 | |
| 38 | checkout(args: { |
| 39 | fs: object; |
| 40 | dir: string; |
| 41 | ref: string; |