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

Interface HelperOptions

types/index.d.ts:39–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 }
38
39 export interface HelperOptions {
40 fn: TemplateDelegate;
41 inverse: TemplateDelegate;
42 hash: Record<string, any>;
43 data?: any;
44 }
45
46 export interface HelperDelegate {
47 (context?: any, arg1?: any, arg2?: any, arg3?: any, arg4?: any, arg5?: any, options?: HelperOptions): any;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected