Test Failed
Push — master ( 30e72a...535149 )
by Dimas
07:54
created

libs/js/_conf.ts   A

Complexity

Total Complexity 1
Complexity/F 0

Size

Lines of Code 5
Function Count 0

Duplication

Duplicated Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
wmc 1
eloc 3
mnd 1
bc 1
fnc 0
dl 0
loc 5
rs 10
bpm 0
cpm 0
noi 0
c 0
b 0
f 0
1
// fix define function while using node
2
if (typeof define == "undefined") {
3
  const define = function (...any: any) {};
4
}
5