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

x/vento/src/environment.ts>Tag

🌬 A minimal but powerful template engine
Go to Latest
type alias Tag
import { type Tag } from "https://deno.land/x/vento@v0.6.0/src/environment.ts";
definition: (
code: string,
output: string,
tokens: Token[],
) => string | undefined