Module

x/alosaur/mod.ts>ViewRenderConfig

Alosaur - Deno web framework with many ES Decorators
Very Popular
Latest
interface ViewRenderConfig
import { type ViewRenderConfig } from "https://dotland.deno.dev/x/alosaur@v1.1.1/mod.ts";

Properties

type: string
basePath: string
getBody: (
path: string,
model: Object,
) => any
import ViewRenderConfig
import { ViewRenderConfig } from "https://dotland.deno.dev/x/alosaur@v1.1.1/mod.ts";