1
0
Fork 0
salty-dog/docs/api/salty-dog.main.md

23 lines
473 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [salty-dog](./salty-dog.md) &gt; [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&lt;string&gt;</code> | |
<b>Returns:</b>
`Promise<number>`