Type constructors.
githubRepo(value: string): `${string}/${string}`
Validate and brand a string as a GitHubRepo.
if the input is not in owner/repo format.
owner/repo
Type constructors.