mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-30 11:14:27 +08:00
fix tabs
This commit is contained in:
Vendored
+3
-2
@@ -1472,8 +1472,9 @@ interface UnderscoreStatic {
|
||||
* @param settings Settings to use while compiling.
|
||||
* @return Returns the compiled Underscore HTML template.
|
||||
**/
|
||||
template(templateString: string, data?: any, settings?: _.TemplateSettings): (...data: any[]) => string;
|
||||
|
||||
template(templateString: string): (...data: any[]) => string;
|
||||
template(templateString: string, data: any, settings?: _.TemplateSettings): string;
|
||||
|
||||
/**
|
||||
* By default, Underscore uses ERB-style template delimiters, change the
|
||||
* following template settings to use alternative delimiters.
|
||||
|
||||
Reference in New Issue
Block a user