()
| 13 | } |
| 14 | |
| 15 | export const getCompanionWrapper = (): HTMLElement | null => |
| 16 | globalThis?.document |
| 17 | ?.querySelector('daily-companion-app') |
| 18 | ?.shadowRoot?.querySelector('#daily-companion-wrapper') ?? null; |
no outgoing calls
no test coverage detected