From 060dabee4c0411015f60867f3efd933c25a19a2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Fri, 4 Mar 2022 20:33:13 +0100 Subject: feat(net): add Deno.UnixConn interface (#13787) --- cli/dts/lib.deno.unstable.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/dts/lib.deno.unstable.d.ts') diff --git a/cli/dts/lib.deno.unstable.d.ts b/cli/dts/lib.deno.unstable.d.ts index 221ecee60..8175e8dd9 100644 --- a/cli/dts/lib.deno.unstable.d.ts +++ b/cli/dts/lib.deno.unstable.d.ts @@ -1053,7 +1053,7 @@ declare namespace Deno { ): Promise; export function connect( options: UnixConnectOptions, - ): Promise; + ): Promise; export interface ConnectTlsOptions { /** PEM formatted client certificate chain. */ -- cgit v1.2.3