UNPKG

@issue-linker/core

Version:
10 lines 302 B
/** * Parse repository string into owner and repo * @param repository - Repository in "owner/repo" format * @returns Parsed owner and repo */ export declare function parseRepositoryString(repository: string): { owner: string; repo: string; }; //# sourceMappingURL=repository-parser.d.ts.map