| 18 | } |
| 19 | |
| 20 | interface ProxyInfo { |
| 21 | HTTPEnable: string; |
| 22 | HTTPPort: string; |
| 23 | HTTPProxy: string; |
| 24 | HTTPSEnable: string; |
| 25 | HTTPSPort: string; |
| 26 | HTTPSProxy: string; |
| 27 | ProxyAutoConfigEnable: string; |
| 28 | SOCKSEnable: string; |
| 29 | } |
| 30 | |
| 31 | function covertOutputToJSON(output: string) { |
| 32 | // @ts-ignore |
nothing calls this directly
no outgoing calls
no test coverage detected