Variable templateUtilsConst
templateUtils: {
toLink: (text: string) => string;
escapeMarkdown: (text: string) => string;
htmlToMarkdown: (html: string) => string;
formatType: (type?: string) => string;
formatOptional: (optional?: boolean) => string;
cleanDescription: (description?: string) => string;
} = ...
Type Declaration
toLink: (text: string) => string
escapeMarkdown: (text: string) => string
htmlToMarkdown: (html: string) => string
cleanDescription: (description?: string) => string
Template utility functions available in EJS templates