UNPKG

481 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3var Topic = (function () {
4 function Topic(commands, out) {
5 this.out = out;
6 this.commands = commands;
7 }
8 Object.defineProperty(Topic, "id", {
9 get: function () {
10 return this.topic;
11 },
12 enumerable: true,
13 configurable: true
14 });
15 Topic.hidden = false;
16 return Topic;
17}());
18exports.Topic = Topic;
19//# sourceMappingURL=Topic.js.map
\No newline at end of file