Interfaces
Type Aliases
Functions
Appearance
relizy / parseGitRemoteUrl
parseGitRemoteUrl(remoteUrl): { owner: string; repo: string; } | null
remoteUrl
owner
string
repo
null
Defined in: src/core/git.ts:61
{ owner: string; repo: string; } | null