Searched refs:TemplateDelegate (Results 1 – 1 of 1) sorted by relevance
18 export interface TemplateDelegate<T = any> { interface22 export type Template<T = any> = TemplateDelegate<T>|string;40 fn: TemplateDelegate;41 inverse: TemplateDelegate;199 type HandlebarsTemplateDelegate<T = any> = Handlebars.TemplateDelegate<T>;