(path: string | null | undefined)
| 7 | |
| 8 | /** True when `path` points at the built-in Archive tab. */ |
| 9 | export function isArchiveTabPath(path: string | null | undefined): boolean { |
| 10 | return path === ARCHIVE_TAB_PATH |
| 11 | } |
no outgoing calls
no test coverage detected