(args: {
fs: object;
dir: string;
oid: string;
filepath?: string;
cache?: object;
})
| 65 | currentBranch(args: { fs: object; dir: string; fullname?: boolean }): Promise<string | undefined>; |
| 66 | listFiles(args: { fs: object; dir: string; ref?: string; cache?: object }): Promise<string[]>; |
| 67 | readTree(args: { |
| 68 | fs: object; |
| 69 | dir: string; |
| 70 | oid: string; |