docs: improve docs (#9988)

This commit is contained in:
Alex Rudenko
2023-04-06 14:50:22 +02:00
committed by GitHub
parent 19852497a2
commit 7d1734a5fa
19 changed files with 239 additions and 15 deletions

View File

@@ -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:**