mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-14 14:00:26 +00:00
Fix getRemotes
This commit is contained in:
Vendored
+1
-1
@@ -162,7 +162,7 @@ export class Repository {
|
||||
/**
|
||||
* Lists out the remotes in the given repository.
|
||||
*/
|
||||
getRemotes(callback?: Function): Promise<Remote[]>;
|
||||
getRemotes(callback?: Function): Promise<string[]>;
|
||||
/**
|
||||
* Gets a remote from the repo
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user