Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
interface TemplateCompilerOptions
import { type TemplateCompilerOptions } from "https://deno.land/x/entropy@1.0.0-beta.17/src/templates/interfaces/template_compiler_options.interface.ts";

Properties

optional
file: string
optional
recursiveCall: boolean
optional
request: HttpRequest