Total Complexity | 2 |
Complexity/F | 1 |
Lines of Code | 11 |
Function Count | 2 |
Duplicated Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | declare function ConnectionStatus(): false | "4g" | "wifi" | "cellular"; |
||
2 | /** |
||
3 | * Shuffles array in place. |
||
4 | * @param {Array} a items An array containing the items. |
||
5 | */ |
||
6 | declare function shuffle(a: any[]): any[]; |
||
7 | declare var typeConnection: any; |
||
8 | declare var connection: any; |
||
9 | declare var webProxy: string[]; |
||
10 | declare var indexer: number; |
||
11 |