mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 13:00:19 +00:00
Fix method signature
This commit is contained in:
Vendored
+2
-2
@@ -10,7 +10,7 @@ interface IFirebaseAuthResult {
|
||||
|
||||
interface IFirebaseDataSnapshot {
|
||||
val(): any;
|
||||
child(): IFirebaseDataSnapshot;
|
||||
child(childPath: string): IFirebaseDataSnapshot;
|
||||
forEach(childAction: (childSnapshot: IFirebaseDataSnapshot) => boolean): boolean;
|
||||
hasChild(childPath: string): boolean;
|
||||
hasChildren(): boolean;
|
||||
@@ -70,4 +70,4 @@ declare class Firebase implements IFirebaseQuery {
|
||||
endAt(priority?: string, name?: string): IFirebaseQuery;
|
||||
endAt(priority?: number, name?: string): IFirebaseQuery;
|
||||
ref(): Firebase;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user