mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-27 14:30:49 +08:00
Added more files
This commit is contained in:
8
types/nodegit/ref-spec.d.ts
vendored
Normal file
8
types/nodegit/ref-spec.d.ts
vendored
Normal file
@@ -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