committed by
Jay Linski
parent
08fddee033
commit
de4414d7fc
Vendored
+1
-1
@@ -39,7 +39,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