This commit is contained in:
CrescentLeaf
2025-11-23 14:52:18 +08:00
parent 37281232c0
commit 4199335ef8
3 changed files with 90 additions and 69 deletions

8
mod.ts Normal file
View File

@@ -0,0 +1,8 @@
import createLingChairServer from './server/server.ts'
import LingChairClient from './client-protocol/LingChairClient.ts'
export * from './client-protocol/LingChairClient.ts'
export {
createLingChairServer,
LingChairClient
}