Remove unsupported exportVal() type

Fix for https://github.com/invertase/react-native-firebase/issues/1497
This commit is contained in:
Elliot Hesp
2018-09-18 08:48:38 +01:00
committed by GitHub
parent 84c860dd7d
commit c2e2becdbc

2
src/index.d.ts vendored
View File

@@ -575,8 +575,6 @@ declare module 'react-native-firebase' {
exists(): boolean;
exportVal(): any;
forEach(action: (a: database.DataSnapshot) => boolean): boolean;
getPriority(): string | number | null;