Options
All
  • Public
  • Public/Protected
  • All
Menu

Fills in Handlebars templates.

Type parameters

  • T: Dict<any> = Dict<any>

Hierarchy

  • HandlebarsTemplateEngine

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Private Readonly applyTemplate

applyTemplate: Promise<TemplateDelegate<any>>

Methods

render

  • render(contents: T): Promise<string>
  • render<TCustom>(contents: TCustom, template: Template): Promise<string>