mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 21:10:23 +00:00
Added more files
This commit is contained in:
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
export class Refspec {
|
||||
direction(): number;
|
||||
dst(): string;
|
||||
dstMatches(refname: string): number;
|
||||
force(): number;
|
||||
src(): string;
|
||||
srcMatches(refname: string): number;
|
||||
}
|
||||
Reference in New Issue
Block a user