(...lines: string[])
| 194 | } |
| 195 | |
| 196 | export function multilineAriaLabel(...lines: string[]): string { |
| 197 | return lines.join('\n'); |
| 198 | } |
| 199 | |
| 200 | export function scrollIntoViewIfNeeded(element: Element): void { |
| 201 | // @ts-expect-error No Firefox support https://developer.mozilla.org/docs/Web/API/Element/scrollIntoViewIfNeeded |
no outgoing calls
no test coverage detected