feat: add public method utilities and corresponding tests

This commit is contained in:
tone
2025-11-15 18:07:21 +08:00
parent 36e0c17ad7
commit ab289186f1
4 changed files with 70 additions and 3 deletions

View File

@@ -16,6 +16,8 @@ export { injectSocketClient } from "./core/SocketClient";
export { injectSocketServer } from "./core/SocketServer";
import { injectSocketIOImplements } from "./implements/socket.io";
export { publicMethod, isPublicMethod, markAsPublicMethod } from './utils/utils';
injectSocketIOImplements();
export {