@hpcc-js/comms
Version:
hpcc-js - Communications
11 lines • 386 B
JavaScript
import { __extends } from "tslib";
import { ElkServiceBase } from "./wsdl/ws_elk/v1/ws_elk";
var ElkService = /** @class */ (function (_super) {
__extends(ElkService, _super);
function ElkService() {
return _super !== null && _super.apply(this, arguments) || this;
}
return ElkService;
}(ElkServiceBase));
export { ElkService };
//# sourceMappingURL=wsElk.js.map