Skip to content

Commit de4414d

Browse files
dargmueslijaylinski
authored andcommitted
feat(types): set hash to be a Record<string, any>
Resolves #2001
1 parent 08fddee commit de4414d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ declare namespace Handlebars {
3939
export interface HelperOptions {
4040
fn: TemplateDelegate;
4141
inverse: TemplateDelegate;
42-
hash: any;
42+
hash: Record<string, any>;
4343
data?: any;
4444
}
4545

0 commit comments

Comments
 (0)