Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
interface TemplateDirective
import { type TemplateDirective } from "https://deno.land/x/entropy@1.0.0-beta.17/src/templates/interfaces/template_directive.interface.ts";

Properties

name: string
type: "block" | "single"
render: AnyFunction<string | void | Promise<string | void>>