UNPKG

firelordjs

Version:

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

4 lines (3 loc) • 252 B
import { MetaType } from '../metaTypeCreator'; import { DocumentReference, CollectionReference } from '../refs'; export type RefEqual = <T extends DocumentReference<MetaType> | CollectionReference<MetaType>, U extends T>(left: T, right: U) => boolean;