(action: (child: IDataSnapshot) => true | undefined)
| 58 | exists(): boolean; |
| 59 | exportVal(): any; |
| 60 | forEach(action: (child: IDataSnapshot) => true | undefined): boolean; |
| 61 | getPriority(): string | number | null; |
| 62 | hasChild(path: string): boolean; |
| 63 | hasChildren(): boolean; |
no outgoing calls
no test coverage detected