Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/lume/deps/vento.ts>Environment#runString

🔥 Static site generator for Deno 🦕
Very Popular
Latest
method Environment.prototype.runString
import { Environment } from "https://deno.land/x/lume@v2.3.3/deps/vento.ts";

Parameters

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

Returns

Promise<TemplateResult>