import { type Deno } from "https://deno.land/x/deno@v2.0.4/cli/tsc/dts/lib.deno.ns.d.ts";
const { ServeUnixOptions } = Deno;
Options that can be passed to Deno.serve
to create a server listening on
a Unix domain socket.
x/deno/cli/tsc/dts/lib.deno.ns.d.ts>Deno.ServeUnixOptions
import { type Deno } from "https://deno.land/x/deno@v2.0.4/cli/tsc/dts/lib.deno.ns.d.ts";
const { ServeUnixOptions } = Deno;
Options that can be passed to Deno.serve
to create a server listening on
a Unix domain socket.