UNPKG

565 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6
7function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
8
9/**
10 * @SERVER
11 */
12var Component =
13
14/**
15 * @type {string}
16 */
17function Component(name, absDir, clazz) {
18 _classCallCheck(this, Component);
19
20 this.name = name;
21 this.absDir = absDir;
22 this.clazz = clazz;
23}
24
25/**
26 * @type {any}
27 */
28
29/**
30 * @type {string}
31 */
32;
33
34exports.default = Component;
35//# sourceMappingURL=Component.js.map
\No newline at end of file