UNPKG

firelordjs

Version:

🔥 High Precision Typescript Wrapper for Firestore Web, Providing Unparalleled Type Safe and Dev Experience

4 lines (3 loc) • 232 B
import { ObjectFlatten, Firestore } from './types'; export declare const flatten: <T extends Record<string, unknown>>(object: T) => ObjectFlatten<T, string>; export declare const isFirestore: (value: unknown) => value is Firestore;