UNPKG

@jsonjoy.com/reactive-rpc

Version:

Reactive-RPC is a library for building reactive APIs over WebSocket, HTTP, and other RPCs.

12 lines 692 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RpcPersistentClient = void 0; const tslib_1 = require("tslib"); tslib_1.__exportStar(require("./types"), exports); tslib_1.__exportStar(require("./client"), exports); tslib_1.__exportStar(require("./RpcMessageBatchProcessor"), exports); tslib_1.__exportStar(require("./RpcMessageStreamProcessor"), exports); tslib_1.__exportStar(require("./RpcDuplex"), exports); var RpcPersistentClient_1 = require("./RpcPersistentClient"); Object.defineProperty(exports, "RpcPersistentClient", { enumerable: true, get: function () { return RpcPersistentClient_1.RpcPersistentClient; } }); //# sourceMappingURL=index.js.map