We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c7c326 commit 616037dCopy full SHA for 616037d
src/index.d.ts
@@ -289,7 +289,7 @@ declare namespace admin.database {
289
child(path: string): admin.database.DataSnapshot;
290
exists(): boolean;
291
exportVal(): any;
292
- forEach(action: (a: admin.database.DataSnapshot) => boolean): boolean;
+ forEach(action: (a: admin.database.DataSnapshot) => boolean | void): boolean;
293
getPriority(): string|number|null;
294
hasChild(path: string): boolean;
295
hasChildren(): boolean;
0 commit comments