Skip to main content
Module

x/fresh/server.ts>Manifest

The next-gen web framework.
Extremely Popular
Go to Latest
interface Manifest
import { type Manifest } from "https://deno.land/x/fresh@1.6.3/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