| 11 | } |
| 12 | |
| 13 | interface ExtensionManifest { |
| 14 | version: string |
| 15 | [key: string]: unknown |
| 16 | } |
| 17 | |
| 18 | function getBrowserTarget(mode: string): BrowserTarget { |
| 19 | return browsers.includes(mode as BrowserTarget) |
nothing calls this directly
no outgoing calls
no test coverage detected