docs(new): add TSDoc comments to BrowserFetcher (#6078)

This commit is contained in:
Martin Splitt
2020-06-24 10:33:19 +02:00
committed by GitHub
parent 37f6032003
commit 73b97956cc
13 changed files with 148 additions and 88 deletions

View File

@@ -14,9 +14,11 @@ revisionInfo(revision: string): BrowserFetcherRevisionInfo;
| Parameter | Type | Description |
| --- | --- | --- |
| revision | string | |
| revision | string | The revision to get info for. |
<b>Returns:</b>
BrowserFetcherRevisionInfo
The revision info for the given revision.