Skip to content

Commit

Permalink
feat(types): set hash to be a Record<string, any>
Browse files Browse the repository at this point in the history
Resolves #2001
  • Loading branch information
dargmuesli authored and jaylinski committed Sep 12, 2023
1 parent 0bc9f63 commit cb828aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ declare namespace Handlebars {
export interface HelperOptions {
fn: TemplateDelegate;
inverse: TemplateDelegate;
hash: any;
hash: Record<string, any>;
data?: any;
}

Expand Down

0 comments on commit cb828aa

Please sign in to comment.