chore: update api-reports

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2024-01-25 20:20:58 +01:00
parent 1e1dd798fa
commit 98753d9bf0
3 changed files with 7 additions and 0 deletions
+2
View File
@@ -195,6 +195,7 @@ export function fetchContents(options: {
baseUrl?: string;
fetchUrl?: string;
outputPath: string;
token?: string;
}): Promise<void>;
// @public
@@ -204,6 +205,7 @@ export function fetchFile(options: {
baseUrl?: string;
fetchUrl?: string;
outputPath: string;
token?: string;
}): Promise<void>;
// @public (undocumented)