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

x/karacho/src/BuiltInHelpers.ts>eachHelper

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

Parameters

this: Karacho
data: Record<string, unknown>
subAst: ASTNode[]