mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Added meathods to ref log
This commit is contained in:
parent
bf5f2294ca
commit
cc2fd5a8d8
4
types/nodegit/ref-log.d.ts
vendored
4
types/nodegit/ref-log.d.ts
vendored
@ -20,4 +20,8 @@ export class Reflog {
|
||||
}
|
||||
|
||||
export class ReflogEntry {
|
||||
committer(): Signature;
|
||||
idNew(): Oid;
|
||||
idOld(): Oid;
|
||||
message(): string;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user