solver-sdk
Version:
SDK для интеграции с Code Solver Backend API
11 lines • 451 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.DependenciesWsClient = void 0;
const base_ws_client_1 = require("./base-ws-client");
class DependenciesWsClient extends base_ws_client_1.BaseWebSocketClient {
constructor(namespace, baseURL, options = {}) {
super(namespace, baseURL, options);
}
}
exports.DependenciesWsClient = DependenciesWsClient;
//# sourceMappingURL=dependencies-ws-client.js.map
;