Total Complexity | 2 |
Complexity/F | 1 |
Lines of Code | 14 |
Function Count | 2 |
Duplicated Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | var Realm = /** @class */ (function () { |
||
2 | function Realm(lg, dd, l, n, profileiconmax, version, cdn, css) { |
||
3 | this.lg = lg; |
||
4 | this.dd = dd; |
||
5 | this.l = l; |
||
6 | this.n = n; |
||
7 | this.profileiconmax = profileiconmax; |
||
8 | this.version = version; |
||
9 | this.cdn = cdn; |
||
10 | this.css = css; |
||
11 | } |
||
12 | return Realm; |
||
13 | }()); |
||
14 | export { Realm }; |
||
15 | //# sourceMappingURL=realm.js.map |