mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
feef2a300e
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
43 lines
443 B
Markdown
43 lines
443 B
Markdown
---
|
|
sidebar_label: uninstall
|
|
---
|
|
|
|
# uninstall() function
|
|
|
|
#### Signature:
|
|
|
|
```typescript
|
|
export declare function uninstall(options: UninstallOptions): Promise<void>;
|
|
```
|
|
|
|
## Parameters
|
|
|
|
<table><thead><tr><th>
|
|
|
|
Parameter
|
|
|
|
</th><th>
|
|
|
|
Type
|
|
|
|
</th><th>
|
|
|
|
Description
|
|
|
|
</th></tr></thead>
|
|
<tbody><tr><td>
|
|
|
|
options
|
|
|
|
</td><td>
|
|
|
|
[UninstallOptions](./browsers.uninstalloptions.md)
|
|
|
|
</td><td>
|
|
|
|
</td></tr>
|
|
</tbody></table>
|
|
**Returns:**
|
|
|
|
Promise<void>
|