(settings: ExtensionSettings, path: string)
| 41 | const extensionApiPath = (path: string) => `${EXTENSION_API_PREFIX}${path}`; |
| 42 | |
| 43 | const apiUrl = (settings: ExtensionSettings, path: string) => |
| 44 | new URL(path, settings.apiBaseUrl).toString(); |
| 45 | |
| 46 | const checkAuthStartRoute = async ( |
| 47 | settings: ExtensionSettings, |
no outgoing calls
no test coverage detected