Skip to main content
Go to Latest
type alias ServerInit
Re-export
import { type ServerInit } from "https://deno.land/x/adoublef@0.0.1/mod.ts";
definition: Deno.ListenOptions & Partial<Omit<Deno.ListenTlsOptions, "hostname" | "port" | "transport">> & { transport?: "tcp"; handler?: Handler; }