Total Complexity | 3 |
Complexity/F | 3 |
Lines of Code | 12 |
Function Count | 1 |
Duplicated Lines | 0 |
Ratio | 0 % |
Changes | 0 |
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')); |