repo-info.d.ts 172 Bytes
export declare const parseRepo: () => any;
export declare const getRepoUrl: () => any;
export declare const getRepoEditUrl: (src: string, branch: string) => string | null;