mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: re-export all exports (#9241)
Adds index files to subfolders and removes generation of types.ts in puppeteer-core.
This commit is contained in:
@@ -9,7 +9,7 @@ sidebar_label: launch
|
||||
```typescript
|
||||
launch: (
|
||||
options?:
|
||||
| import('puppeteer-core/internal/node/PuppeteerNode.js').PuppeteerLaunchOptions
|
||||
| import('puppeteer-core/internal/puppeteer-core.js').PuppeteerLaunchOptions
|
||||
| undefined
|
||||
) => Promise<import('./types.js').Browser>;
|
||||
) => Promise<import('puppeteer-core/internal/puppeteer-core.js').Browser>;
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user