Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TemplateEngine

A template engine takes as input a template and applies the given options to it.

Hierarchy

  • TemplateEngine

Index

Properties

Properties

apply

apply: (template: string, options: Dict<string>) => string

Type declaration

    • (template: string, options: Dict<string>): string
    • Parameters

      • template: string
      • options: Dict<string>

      Returns string