mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-02 17:27:11 +08:00
This allows named templates to be added, for example:
interface HandlebarsTemplates {
specialListOfThings: HandlebarsTemplateDelegate;
}
So the strongly typed version can be used.
var template = Handlebars.templates.specialListOfThings;