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