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

x/karacho/main.ts>reservedWord

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

Parameters

subAst: ASTNode[]
word: string
optional
types: string[] = [UNSUPPORTED]