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

x/vento/src/environment.ts>TemplateSync

🌬 A template engine for Deno & Node
Go to Latest
interface TemplateSync
import { type TemplateSync } from "https://deno.land/x/vento@v0.10.0/src/environment.ts";

Call Signatures

(data?: Record<string, unknown>): TemplateResult

Properties

source: string
code: string
optional
file: string