Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
type alias ServeOptions
import { type ServeOptions } from "https://deno.land/x/frugal@0.9.6/src/server/Server.ts";
definition: { signal?: AbortSignal; port?: number; onListen?: (params: { hostname: string; port: number; }) => void; }