(theme: string)
| 75 | * @returns {boolean} |
| 76 | */ |
| 77 | const isTheme = (theme: string) => { |
| 78 | return getTheme() === theme; |
| 79 | }; |
| 80 | |
| 81 | /** |
| 82 | * Returns if the currently set theme is part of legacy theme families ("sap_fiori_3"). |
nothing calls this directly
no test coverage detected
searching dependent graphs…