summaryrefslogtreecommitdiff
path: root/cli/dts/lib.deno.unstable.d.ts
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2022-03-04 20:33:13 +0100
committerGitHub <noreply@github.com>2022-03-04 20:33:13 +0100
commit060dabee4c0411015f60867f3efd933c25a19a2c (patch)
tree2abe3fc5209f46b7a9ebeeedcfa95b9bccad889a /cli/dts/lib.deno.unstable.d.ts
parentd1db500cdaab0864a8b118dec89738e858ce0724 (diff)
feat(net): add Deno.UnixConn interface (#13787)
Diffstat (limited to 'cli/dts/lib.deno.unstable.d.ts')
-rw-r--r--cli/dts/lib.deno.unstable.d.ts2
1 files changed, 1 insertions, 1 deletions
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<TcpConn>;
export function connect(
options: UnixConnectOptions,
- ): Promise<Conn>;
+ ): Promise<UnixConn>;
export interface ConnectTlsOptions {
/** PEM formatted client certificate chain. */