diff options
author | Asher Gomez <ashersaupingomez@gmail.com> | 2024-02-15 07:49:49 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-14 13:49:49 -0700 |
commit | 66baff763fad65e8b209763d5c8d16084a3ab60c (patch) | |
tree | b8fd6b5df158e9f71f20319bc1600c685c302041 /cli/tsc/dts/lib.deno.ns.d.ts | |
parent | 012a9d8aebd39cd215d404fe75c3ee22b040689e (diff) |
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.
Diffstat (limited to 'cli/tsc/dts/lib.deno.ns.d.ts')
-rw-r--r-- | cli/tsc/dts/lib.deno.ns.d.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tsc/dts/lib.deno.ns.d.ts b/cli/tsc/dts/lib.deno.ns.d.ts index d17c31097..720f7fc94 100644 --- a/cli/tsc/dts/lib.deno.ns.d.ts +++ b/cli/tsc/dts/lib.deno.ns.d.ts @@ -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; |