UNPKG

firestore-jest-mock

Version:

Jest helper for mocking Google Cloud Firestore

11 lines 409 B
declare function _exports(requestedRecords: any, filters: any, selectFields: any): { empty: boolean; size: number; docs: any[]; forEach(callback: any): void; docChanges(): never[]; }; export = _exports; export type DocumentHash = import('./buildDocFromHash').DocumentHash; export type Comparator = import('./buildQuerySnapShot').Comparator; //# sourceMappingURL=buildQuerySnapShot.d.ts.map