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

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

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

Parameters

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

Returns

Promise<string>