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

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

Parameters

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

Returns

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