committed by
Jakob Linskeseder
parent
0bc9f634ca
commit
cb828aa282
Vendored
+1
-1
@@ -45,7 +45,7 @@ declare namespace Handlebars {
|
||||
export interface HelperOptions {
|
||||
fn: TemplateDelegate;
|
||||
inverse: TemplateDelegate;
|
||||
hash: any;
|
||||
hash: Record<string, any>;
|
||||
data?: any;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user