Skip to content

Commit cb828aa

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

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
@@ -45,7 +45,7 @@ declare namespace Handlebars {
4545
export interface HelperOptions {
4646
fn: TemplateDelegate;
4747
inverse: TemplateDelegate;
48-
hash: any;
48+
hash: Record<string, any>;
4949
data?: any;
5050
}
5151

0 commit comments

Comments
 (0)