(root: string)
| 1428 | } |
| 1429 | |
| 1430 | export function vaultInfo(root: string): VaultInfo { |
| 1431 | return { root, name: path.basename(root) } |
| 1432 | } |
| 1433 | |
| 1434 | function toPosix(p: string): string { |
| 1435 | return p.split(path.sep).join('/') |
no outgoing calls
no test coverage detected