Skip to content

Commit 32c761f

Browse files
refactor(sio): export the ExtendedError type
Related: #4798
1 parent 1f54ee0 commit 32c761f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/socket.io/lib/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1177,5 +1177,6 @@ export {
11771177
BroadcastOperator,
11781178
RemoteSocket,
11791179
DefaultEventsMap,
1180+
ExtendedError,
11801181
};
11811182
export { Event } from "./socket";

0 commit comments

Comments
 (0)