firebase-3-typescript
firebase-3-typescript copied to clipboard
A Typescript definition file for firebase v3.
Results
4
firebase-3-typescript issues
Sort by
recently updated
recently updated
newest added
Fixes `noImplicitAny` error
`enableLogging` has an implicit return of `any`. Typing as `void` allows the type definition to be used with the `--noImplicitAny` flag.
This happens when loading the definitions in Atom. the code causing the problem is in line 1466: `declare module "firebase" { export = firebase }` seems like Typescript doesn't like...