summaryrefslogtreecommitdiffhomepage
path: root/src/core/protocol/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/protocol/index.ts')
-rw-r--r--src/core/protocol/index.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/protocol/index.ts b/src/core/protocol/index.ts
new file mode 100644
index 0000000..25174ea
--- /dev/null
+++ b/src/core/protocol/index.ts
@@ -0,0 +1,2 @@
+export { applyServerMessage, initialState, invoke, subscribe, unsubscribe } from "./reducer";
+export type { ProtocolResult, ProtocolState } from "./types";