Skip to main content
Module

x/aleph/lib/serve.ts>ServeInit

The Full-stack Framework in Deno.
Very Popular
Go to Latest
type alias ServeInit
import { type ServeInit } from "https://deno.land/x/aleph@1.0.0-alpha.72/lib/serve.ts";
definition: ServerInit & { certFile?: string; keyFile?: string; signal?: AbortSignal; onListenSuccess?: (port: number) => void; }