UNPKG

1.46 kBJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.RpcProtocol = exports.AbstractChannel = void 0;
4// *****************************************************************************
5// Copyright (C) 2022 STMicroelectronics and others.
6//
7// This program and the accompanying materials are made available under the
8// terms of the Eclipse Public License v. 2.0 which is available at
9// http://www.eclipse.org/legal/epl-2.0.
10//
11// This Source Code may also be made available under the following Secondary
12// Licenses when the conditions for such availability set forth in the Eclipse
13// Public License v. 2.0 are satisfied: GNU General Public License, version 2
14// with the GNU Classpath Exception which is available at
15// https://www.gnu.org/software/classpath/license.html.
16//
17// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
18// *****************************************************************************
19var channel_1 = require("./channel");
20Object.defineProperty(exports, "AbstractChannel", { enumerable: true, get: function () { return channel_1.AbstractChannel; } });
21var rpc_protocol_1 = require("./rpc-protocol");
22Object.defineProperty(exports, "RpcProtocol", { enumerable: true, get: function () { return rpc_protocol_1.RpcProtocol; } });
23const rpc_message_encoder_1 = require("./rpc-message-encoder");
24(0, rpc_message_encoder_1.registerMsgPackExtensions)();
25//# sourceMappingURL=index.js.map
\No newline at end of file