mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-10 11:40:16 +08:00
Add the helpers property to the Handlebars module
This commit is contained in:
Vendored
+1
@@ -18,6 +18,7 @@ declare module Handlebars {
|
||||
export var Utils: typeof hbs.Utils;
|
||||
export var logger: Logger;
|
||||
export var templates: HandlebarsTemplates;
|
||||
export var helpers: any;
|
||||
|
||||
export module AST {
|
||||
export var helpers: hbs.AST.helpers;
|
||||
|
||||
Reference in New Issue
Block a user