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 0c47428 commit 088b627Copy full SHA for 088b627
4.0/test/index.ts
@@ -307,7 +307,7 @@ var ctx: tls.SecureContext = tls.createSecureContext({
307
});
308
var blah = ctx.context;
309
310
-var tlsOpts: tls.TlsOptions = {
+var tlsOpts: tls.ConnectOptions = {
311
host: "127.0.0.1",
312
port: 55
313
};
6.0/test/index.ts
@@ -327,7 +327,7 @@ var ctx: tls.SecureContext = tls.createSecureContext({
327
328
329
330
331
332
333
0 commit comments