Skip to content

Commit

Permalink
Ensure allowCallsToHelperMissing runtime option is optional in typings
Browse files Browse the repository at this point in the history
  • Loading branch information
i-like-robots authored and nknapp committed Sep 24, 2019
1 parent d148d7c commit 93444c5
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 @@ -29,7 +29,7 @@ declare namespace Handlebars {
decorators?: { [name: string]: Function };
data?: any;
blockParams?: any[];
allowCallsToHelperMissing: boolean;
allowCallsToHelperMissing?: boolean;
}

export interface HelperOptions {
Expand Down

0 comments on commit 93444c5

Please sign in to comment.