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

x/vento/src/tokenizer.ts>TokenType

🌬 A template engine for Deno & Node
Go to Latest
type alias TokenType
import { type TokenType } from "https://deno.land/x/vento@v0.11.0/src/tokenizer.ts";
definition:
| "string"
| "tag"
| "filter"
| "comment"