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

x/vento/src/loader.ts>FileLoader

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

Constructors

new
FileLoader(root: string)

Methods

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