Completed
Push — master ( b940ae...2e93c1 )
by Dimas
223:30 queued 207:23
created

assets/js/disabler.d.ts   A

Complexity

Total Complexity 2
Complexity/F 1

Size

Lines of Code 4
Function Count 2

Duplication

Duplicated Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
eloc 3
dl 0
loc 4
rs 10
c 0
b 0
f 0
wmc 2
mnd 0
bc 0
fnc 2
bpm 0
cpm 1
noi 0

1 Function

Rating   Name   Duplication   Size   Complexity  
A disabler.d.ts ➔ clickNS 0 1 1
1
declare function clickIE(): boolean;
2
declare function clickNS(e: any): boolean;
3
declare var message: string;
4