UNPKG

600 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 EntryPoint =
13
14/**
15 * @param {string} name
16 * @param {string} absolutePath
17 */
18
19/**
20 * @type {string}
21 */
22function EntryPoint(name, absolutePath) {
23 _classCallCheck(this, EntryPoint);
24
25 this.absolutePath = absolutePath;
26 this.name = name;
27}
28
29/**
30 * @type {string}
31 */
32;
33
34exports.default = EntryPoint;
35//# sourceMappingURL=EntryPoint.js.map
\No newline at end of file