Home
last modified time | relevance | path

Searched refs:TemplateSpecification (Results 1 – 1 of 1) sorted by relevance

/plugin/asciidocjs/node_modules/handlebars/types/
Dindex.d.ts77 export function precompile(input: any, options?: PrecompileOptions): TemplateSpecification;
78 …export function template<T = any>(precompilation: TemplateSpecification): HandlebarsTemplateDelega…
205 interface TemplateSpecification { interface