()
| 19 | } |
| 20 | |
| 21 | export function hasConfiguredApiKeyHelper(): boolean { |
| 22 | return Boolean(getConfiguredApiKeyHelper()) |
| 23 | } |
| 24 | |
| 25 | export function getCurrentApiKeyHelperSlowNoticeDuration(): string | null { |
| 26 | return getApiKeyHelperSlowNoticeDuration({ |
no test coverage detected