We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
hash
Record<string, any>
1 parent 08fddee commit de4414dCopy full SHA for de4414d
1 file changed
types/index.d.ts
@@ -39,7 +39,7 @@ declare namespace Handlebars {
39
export interface HelperOptions {
40
fn: TemplateDelegate;
41
inverse: TemplateDelegate;
42
- hash: any;
+ hash: Record<string, any>;
43
data?: any;
44
}
45
0 commit comments