UNPKG

renovate

Version:

Automated dependency updates. Flexible so you don't need to be.

5 lines (4 loc) 271 B
import gitUrlParse from 'git-url-parse'; export declare function parseGitUrl(url: string): gitUrlParse.GitUrl; export declare function getHttpUrl(url: string, token?: string): string; export declare function getRemoteUrlWithToken(url: string, hostType?: string): string;