Passed
Push — main ( 10dbfc...61a674 )
by LCS
05:39 queued 03:09
created

browser-info.js

Complexity

Total Complexity 0
Complexity/F 0

Size

Lines of Code 3
Function Count 0

Duplication

Duplicated Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
eloc 1
dl 0
loc 3
c 0
b 0
f 0
wmc 0
mnd 0
bc 0
fnc 0
bpm 0
cpm 0
noi 1
1
// Ensure 'BrowserInfo' is declared only once
2
const BrowserInfo = {
0 ignored issues
show
Unused Code introduced by
The constant BrowserInfo seems to be never used. Consider removing it.
Loading history...
3
  // ...existing code...
4
};
5
// ...existing code...
6