Module

x/alosaur/mod.ts>ViewRenderConfig

Alosaur - Deno web framework with many decorators
Very Popular
Go to Latest
interface ViewRenderConfig
import { type ViewRenderConfig } from "https://dotland.deno.dev/x/alosaur@v0.37.0/mod.ts";

Properties

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