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

x/karacho/main.ts>Karacho#compile

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

Parameters

template: string
optional
options: Partial<KarachoOptions> = [UNSUPPORTED]