Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomieju committed Jan 14, 2024
1 parent 8ea11b8 commit 3fd9f92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/net/lib.deno_net.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ declare namespace Deno {
* @tags allow-net, allow-read
* @category Network
*/
// deno-lint-ignore adjacent-overload-signatures
export function connect(options: UnixConnectOptions): Promise<UnixConn>;

/** @category Network */
Expand Down

0 comments on commit 3fd9f92

Please sign in to comment.