(page: {name: string})
| 15 | } |
| 16 | |
| 17 | export function getLibraryFromPage(page: {name: string}): Library { |
| 18 | return getLibraryFromUrl(page.name); |
| 19 | } |
| 20 | |
| 21 | export function getLibraryLabel(library: Library): string { |
| 22 | switch (library) { |
no test coverage detected