@jsonjoy.com/reactive-rpc
Version:
Reactive-RPC is a library for building reactive APIs over WebSocket, HTTP, and other RPCs.
8 lines • 348 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./context"), exports);
tslib_1.__exportStar(require("./errors"), exports);
tslib_1.__exportStar(require("./ws"), exports);
tslib_1.__exportStar(require("./http1"), exports);
//# sourceMappingURL=index.js.map
;