firestore-jest-mock
Version:
Jest helper for mocking Google Cloud Firestore
14 lines • 359 B
TypeScript
export class FieldPath extends Path {
static documentId(): FieldPath;
constructor(...segments: any[]);
}
export namespace FieldPath {
const _DOCUMENT_ID: FieldPath;
}
export class Path {
constructor(segments: any);
segments: any;
compareTo(other: any): 0 | 1 | -1;
isEqual(other: any): boolean;
}
//# sourceMappingURL=path.d.ts.map