UNPKG

@types/nodegit

Version:
11 lines (10 loc) 282 B
export class Refspec { static parse(input: string, is_fetch: number): Promise<Refspec>; direction(): number; dst(): string; dstMatches(refname: string): number; force(): number; src(): string; srcMatches(refname: string): number; string(): string; }