UNPKG

378 BTypeScriptView Raw
1export declare function setServerUrl(url: string): void;
2export declare function transformUrl(url: string, account?: any): Promise<any>;
3export declare function clearGitCert(url: string): Promise<unknown>;
4export declare function clearGitCertByPath(repoPath: string): Promise<unknown>;
5export declare function download(url: string, tag: string, filepath: string): Promise<any>;