(...selectors: string[])
| 123 | } |
| 124 | |
| 125 | function joinSelectors(...selectors: string[]) { |
| 126 | return selectors.filter(Boolean).join(', '); |
| 127 | } |
| 128 | |
| 129 | const hostsWithOddScrollbars = [ |
| 130 | 'calendar.google.com', |
no outgoing calls
no test coverage detected