Completed
Push — master ( 6f9bb2...20d7f3 )
by Dimas
254:37 queued 240:17
created

disabler.d.ts ➔ clickNS   A

Complexity

Conditions 1

Size

Total Lines 1
Code Lines 1

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
cc 1
eloc 1
dl 0
loc 1
rs 10
c 0
b 0
f 0
1
declare function clickIE(): boolean;
2
declare function clickNS(e: any): boolean;
3
declare var message: string;
4