(s)
| 40158 | tl = Ja(2, 'replaceAll') |
| 40159 | const sl = Mc(String.prototype.replaceAll) ? tl : Qc, |
| 40160 | isWindows = () => Qo(va(/^win/), ['platform'], Yo), |
| 40161 | getProtocol = (s) => { |
| 40162 | try { |
| 40163 | const o = new URL(s) |
| 40164 | return oc(':', o.protocol) |
| 40165 | } catch { |
| 40166 | return |
| 40167 | } |
| 40168 | }, |
| 40169 | ul = |
| 40170 | (pipe(getProtocol, _c), |
no test coverage detected