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

x/vento/src/loader.ts>Loader

🌬 A template engine for Deno & Node
Go to Latest
interface Loader
import { type Loader } from "https://deno.land/x/vento@v0.9.0/src/loader.ts";

Methods

load(file: string): TemplateSource | Promise<TemplateSource>
resolve(from: string, file: string): string