prsm/packages/mesh/src/index.ts
2025-04-17 20:52:01 -04:00

4 lines
184 B
TypeScript

export { MeshClient, applyPatch } from "./client";
export { MeshServer, type MeshContext, type SocketMiddleware } from "./server";
export { type CodeError } from "./common/codeerror";