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

x/vento/src/tokenizer.ts>TokenType

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