@hpcc-js/comms
Version:
hpcc-js - Communications
12 lines • 436 B
JavaScript
import { __extends } from "tslib";
import { SashaServiceBase, WsSasha } from "./wsdl/WsSasha/v1.01/WsSasha";
export { WsSasha };
var SashaService = /** @class */ (function (_super) {
__extends(SashaService, _super);
function SashaService() {
return _super !== null && _super.apply(this, arguments) || this;
}
return SashaService;
}(SashaServiceBase));
export { SashaService };
//# sourceMappingURL=wsSasha.js.map