Validate a template file for syntax errors
validateTemplate(templatePath: string): { valid: boolean; errors: string[]; };
string
{ valid: boolean; errors: string[]; }
Was this page helpful?