21 lines
601 B
Markdown
21 lines
601 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) > [(constructor)](./cautious-journey.githubremote._constructor_.md)
|
||
|
|
||
|
## GithubRemote.(constructor)
|
||
|
|
||
|
Constructs a new instance of the `GithubRemote` class
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
constructor(options: RemoteOptions);
|
||
|
```
|
||
|
|
||
|
## Parameters
|
||
|
|
||
|
| Parameter | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| options | [RemoteOptions](./cautious-journey.remoteoptions.md) | |
|
||
|
|