mirror of
https://github.com/tiktok/sparo.git
synced 2024-12-02 11:57:13 -05:00
18 lines
392 B
Markdown
18 lines
392 B
Markdown
|
## API Report File for "sparo-lib"
|
||
|
|
||
|
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||
|
|
||
|
```ts
|
||
|
|
||
|
// @public
|
||
|
export class Sparo {
|
||
|
// (undocumented)
|
||
|
static launchSparoAsync(): Promise<void>;
|
||
|
// (undocumented)
|
||
|
static launchSparoCIAsync(): Promise<void>;
|
||
|
}
|
||
|
|
||
|
// (No @packageDocumentation comment for this package)
|
||
|
|
||
|
```
|