Skip to main content
Module

x/aleph/lib/serve.ts>ServeDirOptions

The Full-stack Framework in Deno.
Very Popular
Go to Latest
type alias ServeDirOptions
import { type ServeDirOptions } from "https://deno.land/x/aleph@1.0.0-alpha.72/lib/serve.ts";
definition: Omit<ServeInit, "handler"> & { workingDir?: string; loader?: (req: Request) => Promise<{ content: string | Uint8Array; headers?: HeadersInit; } | null | undefined>; }