mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-24 11:29:30 +08:00
Added return type of updateParams
Added required return type of updateParams
This commit is contained in:
Vendored
+1
-1
@@ -43,7 +43,7 @@ declare module angular.route {
|
||||
*
|
||||
* @param newParams Object.<string, string> mapping of URL parameter names to values
|
||||
*/
|
||||
updateParams(newParams:{[key:string]:string});
|
||||
updateParams(newParams:{[key:string]:string}): void;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user