Skip to content

Commit d331af4

Browse files
committed
Update API reports
1 parent 815ab15 commit d331af4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

common/api-review/app.api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export interface FirebaseServerApp extends FirebaseApp {
7878
}
7979

8080
// @public
81-
export interface FirebaseServerAppSettings extends Omit<FirebaseAppSettings, "name?"> {
81+
export interface FirebaseServerAppSettings extends Omit<FirebaseAppSettings, 'name?'> {
8282
authIdToken?: string;
8383
releaseOnDeref?: object;
8484
}

common/api-review/util.api.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,11 @@ export const isValidFormat: (token: string) => boolean;
329329
// @public
330330
export const isValidTimestamp: (token: string) => boolean;
331331

332+
// Warning: (ae-missing-release-tag) "isWebWorker" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
333+
//
334+
// @public
335+
export function isWebWorker(): boolean;
336+
332337
// Warning: (ae-missing-release-tag) "jsonEval" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
333338
//
334339
// @public

0 commit comments

Comments
 (0)