Skip to content

Commit ff10aa5

Browse files
fix import
1 parent e9b0db8 commit ff10aa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmap/connect.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
kimport type { Socket, SocketConnectOpts } from 'net';
1+
import type { Socket, SocketConnectOpts } from 'net';
22
import * as net from 'net';
33
import type { ConnectionOptions as TLSConnectionOpts, TLSSocket } from 'tls';
44
import * as tls from 'tls';

0 commit comments

Comments
 (0)