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

x/vento/src/environment.ts>Environment#run

🌬 A minimal but powerful template engine
Go to Latest
method Environment.prototype.run
import { Environment } from "https://deno.land/x/vento@v0.6.0/src/environment.ts";

Parameters

file: string
data: Record<string, unknown>
optional
from: string

Returns

Promise<string>