mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-30 11:14:27 +08:00
Fix for Mustache definitions
This commit is contained in:
Vendored
+1
-1
@@ -43,7 +43,7 @@ interface MustacheStatic {
|
||||
compile(template: string, tags): MustacheWriter;
|
||||
compilePartial(name: string, template: string, tags): MustacheWriter;
|
||||
compileTokens(tokens, template: string): MustacheWriter;
|
||||
render(template: string, view: any, partials?: any): MustacheWriter;
|
||||
render(template: string, view: any, partials?: any): string;
|
||||
to_html(template: string, view: any, partials?: any, send?): string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user