firesage
Version:
🔥 Extremely High Precision Typescript Wrapper for Firestore Web, Providing Unparalleled Type Safe and Dev Experience
4 lines (3 loc) • 352 B
TypeScript
import { OriFirestoreError, OriSnapshotListenOptions, OnSnapshot } from '../types';
export declare const isOptions: (arg: import("@firebase/firestore").SnapshotListenOptions | ((error: OriFirestoreError) => void) | (() => void) | undefined) => arg is import("@firebase/firestore").SnapshotListenOptions;
export declare const onSnapshot: OnSnapshot;