Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/vento/test/utils.ts>FileLoader

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

Constructors

new
FileLoader(files: Record<string, string>)

Properties

files: Record<string, string>

Methods

load(file: string)
resolve(from: string, file: string): string