UNPKG

renovate

Version:

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

4 lines (3 loc) 243 B
export declare const RE_REPOSITORY_GENERIC_GIT_SSH_FORMAT: RegExp; export declare function parseGitOwnerRepo(git: string, githubUrl: boolean): string | null; export declare function isGithubUrl(gitUrl: string, parsedUrl: URL | null): boolean;