Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mint-tsdocs.saulo.engineer/llms.txt

Use this file to discover all available pages before exploring further.

validateTemplate

Summary

Validate a template file for syntax errors

Signature

validateTemplate(templatePath: string): {
        valid: boolean;
        errors: string[];
    };

Parameters

templatePath

Type:string

Returns

Type:
{
        valid: boolean;
        errors: string[];
    }
Validate a template file for syntax errors