UNPKG

@issue-linker/core

Version:
9 lines 397 B
import type { GitHubRepository } from "../domain/validation-schemas.js"; /** * Parses owner and repository from a Git remote URL * @param url - The Git remote URL to parse * @returns Object containing owner and repo * @throws Error if URL format is not supported */ export declare function parseRepositoryFromGitUrl(url: string): GitHubRepository; //# sourceMappingURL=git-url-parser.d.ts.map