Interface TemplateEngine<T>

A template engine renders content into a template.

Type Parameters

  • T extends Dict<any> = Dict<any>

Hierarchy

  • TemplateEngine

Implemented by

Methods

Methods