Type Parameters

Hierarchy (view full)

Constructors

Properties

renderer: ((template, values) => string)

Type declaration

    • (template, values): string
    • Parameters

      • template: string
      • values: InputValues

      Returns string

templateValidator?: ((template, inputVariables) => boolean)

Type declaration

    • (template, inputVariables): boolean
    • Parameters

      • template: string
      • inputVariables: string[]

      Returns boolean

Methods

Generated using TypeDoc