chore: commit base new-docs (#5973)

This adds the new docs that are generated by API Extractor via TSDoc.
They are sparse because we do not yet use TSDoc in the codebase. This is
the starting point and from here we can work through all the different
classes and improve the documentation.
This commit is contained in:
Jack Franklin
2020-06-04 15:56:45 +01:00
committed by GitHub
parent 00324204ff
commit 086c08998b
505 changed files with 9539 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Puppeteer](./puppeteer.puppeteer.md) &gt; [\_lazyLauncher](./puppeteer.puppeteer._lazylauncher.md)
## Puppeteer.\_lazyLauncher property
<b>Signature:</b>
```typescript
_lazyLauncher: ProductLauncher;
```