mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
docs: add missing @category
tags (#22411)
Fixes the stray, uncategorised symbols seen in the left pane menu on https://deno.land/api@v1.40.4.
This commit is contained in:
parent
012a9d8aeb
commit
66baff763f
2 changed files with 86 additions and 0 deletions
1
cli/tsc/dts/lib.deno.ns.d.ts
vendored
1
cli/tsc/dts/lib.deno.ns.d.ts
vendored
|
@ -6271,6 +6271,7 @@ declare namespace Deno {
|
|||
handler: ServeHandler;
|
||||
}
|
||||
|
||||
/** @category HTTP Server */
|
||||
export interface ServeUnixOptions {
|
||||
/** The unix domain socket path to listen on. */
|
||||
path: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue