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 77e688b commit 65f6c56Copy full SHA for 65f6c56
src/cmap/connect.ts
@@ -1,4 +1,4 @@
1
-kimport type { Socket, SocketConnectOpts } from 'net';
+import type { Socket, SocketConnectOpts } from 'net';
2
import * as net from 'net';
3
import type { ConnectionOptions as TLSConnectionOpts, TLSSocket } from 'tls';
4
import * as tls from 'tls';
0 commit comments