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:
Alex Rudenko
2022-11-10 17:11:18 +01:00
committed by GitHub
parent 15604f474a
commit 30c6b13eec
32 changed files with 238 additions and 329 deletions

View File

@@ -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>;
```