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