@issue-linker/core
Version:
Core library for issue-linker functionality
9 lines • 397 B
TypeScript
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