Skip to main content
Module

x/karacho/main.ts>getValue

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 getValue
Re-export
import { getValue } from "https://deno.land/x/karacho@v1.0.25/main.ts";

Parameters

path: string
data: Record<string, unknown>
optional
debug: (message: string) => void

Returns

| string
| number
| Record<string, unknown>
| undefined