mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-03-31 18:54:28 +00:00
Added meathods to ref log
This commit is contained in:
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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user