Ensure allowCallsToHelperMissing runtime option is optional in typings

This commit is contained in:
Matt Hinchliffe
2019-09-24 14:02:55 +01:00
committed by Nils Knappmeier
parent d148d7cb1f
commit 93444c58db
+1 -1
View File
@@ -29,7 +29,7 @@ declare namespace Handlebars {
decorators?: { [name: string]: Function }; decorators?: { [name: string]: Function };
data?: any; data?: any;
blockParams?: any[]; blockParams?: any[];
allowCallsToHelperMissing: boolean; allowCallsToHelperMissing?: boolean;
} }
export interface HelperOptions { export interface HelperOptions {