committed by
Jay Linski
parent
08fddee033
commit
de4414d7fc
Vendored
+1
-1
@@ -39,7 +39,7 @@ declare namespace Handlebars {
|
|||||||
export interface HelperOptions {
|
export interface HelperOptions {
|
||||||
fn: TemplateDelegate;
|
fn: TemplateDelegate;
|
||||||
inverse: TemplateDelegate;
|
inverse: TemplateDelegate;
|
||||||
hash: any;
|
hash: Record<string, any>;
|
||||||
data?: any;
|
data?: any;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user