mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #3182 from nicolashemonic/patch-1
Updated underscore.d.ts
This commit is contained in:
Vendored
+1
-1
@@ -1472,7 +1472,7 @@ interface UnderscoreStatic {
|
||||
* @param settings Settings to use while compiling.
|
||||
* @return Returns the compiled Underscore HTML template.
|
||||
**/
|
||||
template(templateString: string): (...data: any[]) => string;
|
||||
template(templateString: string, settings?: _.TemplateSettings): (...data: any[]) => string;
|
||||
template(templateString: string, data: any, settings?: _.TemplateSettings): string;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user