Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/view_engine/lib/viewEngine.type.ts>ViewConfig

🚀A Template View Engine for Deno frameworks
Latest
interface ViewConfig
import { type ViewConfig } from "https://deno.land/x/view_engine@v10.6.0/lib/viewEngine.type.ts";

Properties

optional
viewRoot: string
optional
viewEngine: Engine | undefined