23 lines
473 B
Markdown
23 lines
473 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [salty-dog](./salty-dog.md) > [main](./salty-dog.main.md)
|
||
|
|
||
|
## main() function
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export declare function main(argv: Array<string>): Promise<number>;
|
||
|
```
|
||
|
|
||
|
## Parameters
|
||
|
|
||
|
| Parameter | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| argv | <code>Array<string></code> | |
|
||
|
|
||
|
<b>Returns:</b>
|
||
|
|
||
|
`Promise<number>`
|
||
|
|