f9e758e31d
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
14 lines
191 B
Markdown
14 lines
191 B
Markdown
---
|
|
sidebar_label: BrowserFetcherOptions.platform
|
|
---
|
|
|
|
# BrowserFetcherOptions.platform property
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
interface BrowserFetcherOptions {
|
|
platform?: Platform;
|
|
}
|
|
```
|