MCPcopy Create free account
hub / github.com/candlecorp/wick / HelperMap

Interface HelperMap

codegen/src/common.ts:126–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126export interface HelperMap {
127 [name: string]: Handlebars.HelperDelegate;
128}
129
130export function registerLanguageHelpers(lang: LANGUAGE): void {
131 // eslint-disable-next-line @typescript-eslint/no-explicit-any

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected