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

x/vento/src/environment.ts>TokenPreprocessor

🌬 A template engine for Deno & Node
Go to Latest
type alias TokenPreprocessor
import { type TokenPreprocessor } from "https://deno.land/x/vento@v0.11.0/src/environment.ts";
definition: (
tokens: Token[],
path?: string,
) => Token[] | void