index.js   A
last analyzed

Complexity

Total Complexity 3
Complexity/F 3

Size

Lines of Code 12
Function Count 1

Duplication

Duplicated Lines 0
Ratio 0 %

Importance

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

1 Function

Rating   Name   Duplication   Size   Complexity  
A ➔ __export 0 7 3
1
'use strict';
2
3
function __export(m) {
4
  for (var p in m) {
5
    if (!exports.hasOwnProperty(p)) {
6
      exports[p] = m[p];
7
    }
8
  }
9
}
10
11
exports.__esModule = true;
12
__export(require('./dist'));