UNPKG

387 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3var Processor = /** @class */ (function () {
4 function Processor(converter) {
5 this.converter = converter;
6 this.params = converter.parseParam;
7 this.runtime = converter.parseRuntime;
8 }
9 return Processor;
10}());
11exports.Processor = Processor;
12//# sourceMappingURL=Processor.js.map
\No newline at end of file