mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Fix definitions for TS 0.9
This commit is contained in:
Vendored
+1
-1
@@ -43,7 +43,7 @@ interface IFirebaseQuery {
|
||||
ref(): Firebase;
|
||||
}
|
||||
|
||||
class Firebase implements IFirebaseQuery {
|
||||
declare class Firebase implements IFirebaseQuery {
|
||||
constructor(firebaseURL: string);
|
||||
auth(authToken: string, onComplete?: (error: string, result: IFirebaseAuthResult) => void, onCancel?:(error: string) => void): void;
|
||||
unauth(): void;
|
||||
|
||||
Reference in New Issue
Block a user