• Build the content by given template file path, data and options.

    Parameters

    • templateFilePath: string

      The template file path.

    • data: Record<string, unknown>

      The data to fill in the template.

    • Optional options: {
          missingDataBehavior?: "throw" | "ignore";
      }

      The options to build the content.

      • Optional missingDataBehavior?: "throw" | "ignore"

    Returns string

    The built content.

    See

    buildContentFromTemplateString

Generated using TypeDoc