UNPKG

react-firehooks

Version:

Lightweight dependency-free collection of React hooks for Firebase

6 lines (5 loc) 192 B
import { StorageReference } from "firebase/storage"; /** * @internal */ export declare function isStorageRefEqual(a: StorageReference | undefined, b: StorageReference | undefined): boolean;