Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/vento/src/environment.ts>Template

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

Call Signatures

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

Properties

source: string
code: string
optional
file: string