Module

x/fresh/server.ts>Manifest

The next-gen web framework.
Extremely Popular
Latest
interface Manifest
import { type Manifest } from "https://dotland.deno.dev/x/fresh@1.7.1/server.ts";

Properties

routes: Record<string, { default?: (propsOrRequest: any, ctx: any) => Promise<any | Response> | any; handler?:
| Handler<any, any>
| Handlers<any, any>
| UnknownHandler
| ErrorHandler
; config?: RouteConfig | LayoutConfig; } | MiddlewareModule
>
islands: Record<string, IslandModule>
baseUrl: string