630 B
630 B
Home > cautious-journey > GithubRemote > resolvePath
GithubRemote.resolvePath() method
Signature:
resolvePath(project: string): Promise<{
owner: string;
repo: string;
}>;
Parameters
Parameter | Type | Description |
---|---|---|
project | string |
Returns:
Promise<{ owner: string; repo: string; }>