UNPKG

firestore-snapshot-utils

Version:
7 lines (6 loc) 269 B
import type { DBSnapshotChanges } from './internal/DocumentChangeSnapshot.js'; /** * Returns a string with the differences between two snapshots of a Firestore * database. */ export declare const getDiffFromDBSnapshotChanges: (changes: DBSnapshotChanges) => string;