Add header & tests

This commit is contained in:
Dénes Harmath
2014-02-15 21:54:35 +01:00
parent 1f12c5faaa
commit f300bab557
2 changed files with 84 additions and 0 deletions
+5
View File
@@ -1,3 +1,8 @@
// Type definitions for AngularFire 0.6.0
// Project: http://angularfire.com
// Definitions by: Dénes Harmath <http://github.com/thSoft>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
interface AngularFireService {
(firebase: Firebase): AngularFire;
}