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 minimal but powerful template engine
Go to Latest
interface Loader
import { type Loader } from "https://deno.land/x/vento@v0.6.0/src/loader.ts";

Methods

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