This commit is contained in:
CrescentLeaf
2025-11-23 16:35:18 +08:00
parent 4199335ef8
commit 7fcf4ce50b
2 changed files with 3 additions and 3 deletions

2
mod.ts
View File

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