@tonappchain/adnl
Version:
ADNL TypeScript implementation
8 lines • 503 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ADNLClientWS = exports.ADNLClientTCP = void 0;
var client_tcp_1 = require("./client-tcp");
Object.defineProperty(exports, "ADNLClientTCP", { enumerable: true, get: function () { return client_tcp_1.ADNLClientTCP; } });
var client_ws_1 = require("./client-ws");
Object.defineProperty(exports, "ADNLClientWS", { enumerable: true, get: function () { return client_ws_1.ADNLClientWS; } });
//# sourceMappingURL=node.js.map