MCPcopy
hub / github.com/handlebars-lang/handlebars.js / TemplateDelegate

Interface TemplateDelegate

types/index.d.ts:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16
17declare namespace Handlebars {
18 export interface TemplateDelegate<T = any> {
19 (context: T, options?: RuntimeOptions): string;
20 }
21
22 export type Template<T = any> = TemplateDelegate<T>|string;
23

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected