feat(net): add Deno.UnixConn interface (#13787)

This commit is contained in:
Bartek Iwańczuk 2022-03-04 20:33:13 +01:00 committed by GitHub
parent d1db500cda
commit 060dabee4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 19 additions and 11 deletions

View file

@ -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. */