Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.12.7/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