mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
gitRemotes returns Remote[] (#39331)
This reverts d0bb9d9624 from #31420
release notes: https://github.com/nodegit/nodegit/releases/tag/v0.25.0
This commit is contained in:
parent
7c6cf9d1a7
commit
79521e48c8
2
types/nodegit/repository.d.ts
vendored
2
types/nodegit/repository.d.ts
vendored
@ -163,7 +163,7 @@ export class Repository {
|
||||
/**
|
||||
* Lists out the remotes in the given repository.
|
||||
*/
|
||||
getRemotes(callback?: Function): Promise<string[]>;
|
||||
getRemotes(callback?: Function): Promise<Remote[]>;
|
||||
/**
|
||||
* Gets a remote from the repo
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user