We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cf6a41 commit 965810cCopy full SHA for 965810c
src/index.ts
@@ -8,6 +8,7 @@ export * from './decorators/NspParam';
8
export * from './decorators/NspParams';
9
export * from './decorators/OnConnect';
10
export * from './decorators/OnDisconnect';
11
+export * from './decorators/OnDisconnecting';
12
export * from './decorators/OnMessage';
13
export * from './decorators/SkipEmitOnEmptyResult';
14
export * from './decorators/SocketController';
0 commit comments