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

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