Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/view_engine/node_modules/@types/nunjucks/index.d.ts>ConfigureOptions

🚀A Template View Engine for Deno frameworks
Latest
interface ConfigureOptions
import { type ConfigureOptions } from "https://deno.land/x/view_engine@v10.6.0/node_modules/@types/nunjucks/index.d.ts";

Properties

optional
autoescape: boolean
optional
throwOnUndefined: boolean
optional
trimBlocks: boolean
optional
lstripBlocks: boolean
optional
watch: boolean
optional
noCache: boolean
optional
web: { useCache?: boolean; async?: boolean; }
optional
express: object
optional
tags: { blockStart?: string; blockEnd?: string; variableStart?: string; variableEnd?: string; commentStart?: string; commentEnd?: string; }