@yamlresume/core
    Preparing search index...

    Function getLatexTemplateDetail

    • Get the detail of the given LaTeX template.

      Parameters

      • template: "moderncv-banking" | "moderncv-casual" | "moderncv-classic"

        The template to get the detail for.

      Returns {
          description: string;
          engine: LayoutEngine;
          id: "moderncv-banking" | "moderncv-casual" | "moderncv-classic";
          name: string;
      }

      The detail of the template.