first commit

This commit is contained in:
kicap1992
2022-08-22 00:09:23 +08:00
commit 71dc1bcca3
364 changed files with 148396 additions and 0 deletions

View File

@ -0,0 +1,3 @@
import io from "./dist/index.js";
export const {Server, Namespace, Socket} = io;