We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04c8dd9 commit 60c757fCopy full SHA for 60c757f
packages/socket.io-client/lib/index.ts
@@ -24,7 +24,7 @@ const cache: Record<string, Manager> = {};
24
*/
25
function lookup(opts?: Partial<ManagerOptions & SocketOptions>): Socket;
26
function lookup(
27
- uri: string,
+ uri?: string,
28
opts?: Partial<ManagerOptions & SocketOptions>,
29
): Socket;
30
0 commit comments