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

x/vento/src/tokenizer.ts>TokenType

🌬 A minimal but powerful template engine
Go to Latest
type alias TokenType
import { type TokenType } from "https://deno.land/x/vento@v0.6.0/src/tokenizer.ts";
definition:
| "string"
| "tag"
| "filter"
| "comment"
| "raw"