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

x/vento/src/environment.ts>Template

🌬 A minimal but powerful template engine
Go to Latest
interface Template
import { type Template } from "https://deno.land/x/vento@v0.6.0/src/environment.ts";

Call Signatures

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

Properties

code: string
optional
file: string