(path: string | null | undefined)
| 10 | |
| 11 | /** True when `path` is the virtual Tasks tab. */ |
| 12 | export function isTasksTabPath(path: string | null | undefined): boolean { |
| 13 | return path === TASKS_TAB_PATH |
| 14 | } |
| 15 | |
| 16 | // --------------------------------------------------------------------------- |
| 17 | // Types |
no outgoing calls
no test coverage detected