summary refs log tree commit diff
path: root/gateway/src/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'gateway/src/index.ts')
-rw-r--r--gateway/src/index.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/gateway/src/index.ts b/gateway/src/index.ts
index 7513bd2f..d77ce931 100644
--- a/gateway/src/index.ts
+++ b/gateway/src/index.ts
@@ -1 +1,4 @@
 export * from "./Server";
+export * from "./util/";
+export * from "./opcodes/";
+export * from "./listener/listener";