26 lines
634 B
Markdown
26 lines
634 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [cautious-journey](./cautious-journey.md) > [GithubRemote](./cautious-journey.githubremote.md) > [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<{ owner: string; repo: string; }>
|
||
|
|