Completed
Push — master ( 964113...0c54bb )
by Dimas
476:36 queued 460:34
created

assets/js/traffic.d.ts   A

Complexity

Total Complexity 2
Complexity/F 1

Size

Lines of Code 11
Function Count 2

Duplication

Duplicated Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
eloc 7
dl 0
loc 11
rs 10
c 0
b 0
f 0
wmc 2
mnd 0
bc 0
fnc 2
bpm 0
cpm 1
noi 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