Interface HandlebarsHelper

Handlebars helper

Hierarchy

  • HandlebarsHelper

Properties

Properties

fn: ((...args: any) => unknown)

Type declaration

    • (...args: any): unknown
    • Helper function to be invoked when a Handlebars template is rendered.

      Parameters

      • Rest ...args: any

      Returns unknown

name: string

Name which to refer to the helper from a Handlebars template.

Generated using TypeDoc