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 e9b0db8 commit ff10aa5Copy full SHA for ff10aa5
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