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

26 lines
634 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [cautious-journey](./cautious-journey.md) &gt; [GithubRemote](./cautious-journey.githubremote.md) &gt; [splitProject](./cautious-journey.githubremote.splitproject.md)
## GithubRemote.splitProject() method
<b>Signature:</b>
```typescript
splitProject(project: string): Promise<{
owner: string;
repo: string;
}>;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| project | string | |
<b>Returns:</b>
Promise&lt;{ owner: string; repo: string; }&gt;