Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

🌬 A template engine for Deno & Node
Latest
method Environment.prototype.runStringSync
import { Environment } from "https://deno.land/x/vento@v0.12.7/src/environment.ts";

Parameters

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