mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
docs: improve docs (#9988)
This commit is contained in:
@@ -7,14 +7,16 @@ sidebar_label: computeExecutablePath
|
||||
#### Signature:
|
||||
|
||||
```typescript
|
||||
export declare function computeExecutablePath(options: Options): string;
|
||||
export declare function computeExecutablePath(
|
||||
options: ComputeExecutablePathOptions
|
||||
): string;
|
||||
```
|
||||
|
||||
## Parameters
|
||||
|
||||
| Parameter | Type | Description |
|
||||
| --------- | -------------------------------- | ----------- |
|
||||
| options | [Options](./browsers.options.md) | |
|
||||
| Parameter | Type | Description |
|
||||
| --------- | ----------------------------------------------------- | ----------- |
|
||||
| options | [ComputeExecutablePathOptions](./browsers.options.md) | |
|
||||
|
||||
**Returns:**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user