2020-08-12 23:21:35 +00:00
|
|
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
|
2020-08-23 17:13:52 +00:00
|
|
|
[Home](./index.md) > [cautious-journey](./cautious-journey.md) > [GithubRemote](./cautious-journey.githubremote.md) > [resolvePath](./cautious-journey.githubremote.resolvepath.md)
|
2020-08-12 23:21:35 +00:00
|
|
|
|
2020-08-23 17:13:52 +00:00
|
|
|
## GithubRemote.resolvePath() method
|
2020-08-12 23:21:35 +00:00
|
|
|
|
|
|
|
<b>Signature:</b>
|
|
|
|
|
|
|
|
```typescript
|
2020-08-23 17:13:52 +00:00
|
|
|
resolvePath(project: string): Promise<{
|
2020-08-12 23:21:35 +00:00
|
|
|
owner: string;
|
|
|
|
repo: string;
|
|
|
|
}>;
|
|
|
|
```
|
|
|
|
|
|
|
|
## Parameters
|
|
|
|
|
|
|
|
| Parameter | Type | Description |
|
|
|
|
| --- | --- | --- |
|
|
|
|
| project | string | |
|
|
|
|
|
|
|
|
<b>Returns:</b>
|
|
|
|
|
|
|
|
Promise<{ owner: string; repo: string; }>
|
|
|
|
|