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