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

x/karacho/main.ts>setValue

Blazing away at full speed! Small and fast template engine similar to mustache and handlebars. It's using an AST to execute the template. No generated code, no eval, no unsafe code.A template engine similar to mustache and handlebars, but slightly different
Latest
function setValue
Re-export
import { setValue } from "https://deno.land/x/karacho@v1.0.25/main.ts";

Parameters

data: Record<string, unknown>
rawArgs: string | undefined
optional
options: SetValueOptions = [UNSUPPORTED]