UNPKG

338 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3var OutputItem = /** @class */ (function () {
4 function OutputItem(name, typescript) {
5 this.name = name;
6 this.typescript = typescript;
7 }
8 return OutputItem;
9}());
10exports.OutputItem = OutputItem;
11//# sourceMappingURL=output-item.js.map
\No newline at end of file