(deepLink: string)
| 15 | |
| 16 | /** Convert unicity-connect://host/path to https://host/path */ |
| 17 | export function deepLinkToHttps(deepLink: string): string { |
| 18 | return deepLink.replace(/^unicity-connect:\/\//, 'https://'); |
| 19 | } |
no outgoing calls
no test coverage detected