Files
DefinitelyTyped/mustache
Sean Hill 4c5cf3c4b0 Allow MustacheWriter to be called as a function with the view as the parameter.
For example, the documentation for Mustache.js shows the following:
var compiledTemplate = Mustache.compile(stringTemplate);
var templateOutput = compiledTemplate(templateData);
2013-02-15 13:30:45 -06:00
..