1
0
Fork 0
cautious-journey/docs/api/cautious-journey.githubremo...

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; }>