add api-report

Signed-off-by: Max Morton <mamorton@paloaltonetworks.com>
This commit is contained in:
Max Morton
2022-11-14 09:14:23 -08:00
parent 6b82598bd8
commit b7cda00d33
+4
View File
@@ -458,6 +458,10 @@ export class GitlabUrlReader implements UrlReader {
// (undocumented)
static factory: ReaderFactory;
// (undocumented)
getGitlabArtifactFetchUrl(target: string): Promise<URL>;
// (undocumented)
getGitlabFetchUrl(target: string): Promise<string>;
// (undocumented)
read(url: string): Promise<Buffer>;
// (undocumented)
readTree(url: string, options?: ReadTreeOptions): Promise<ReadTreeResponse>;