| 4 | const SpeedTestPool: { [key: string]: SpeedTest } = {}; |
| 5 | |
| 6 | interface IIpManageOption { |
| 7 | hostList: any; |
| 8 | interval: number; |
| 9 | dnsProviders: string[]; |
| 10 | providers: IDnsOption; |
| 11 | callback?: Function; |
| 12 | silent?: Boolean; |
| 13 | } |
| 14 | |
| 15 | interface IConfig { |
| 16 | hostList: any; |
nothing calls this directly
no outgoing calls
no test coverage detected