(baseUrl: string)
| 185 | } |
| 186 | |
| 187 | export function getDirectoryListingRootUrl(baseUrl: string): string | null { |
| 188 | return getDirectoryRootUrl(baseUrl)?.toString() ?? null; |
| 189 | } |
| 190 | |
| 191 | export function getDirectoryListingLinks( |
| 192 | listingUrl: string, |
no test coverage detected