DefinitelyTyped/handlebars
Steve Fenton e911b3c061 Added extensibility point for templates.
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;
2014-07-25 08:15:51 +01:00
..
handlebars-tests.ts handlebars: fixed tests 2013-12-22 14:22:32 +04:00
handlebars.d.ts Added extensibility point for templates. 2014-07-25 08:15:51 +01:00