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