UNPKG

react-firehooks

Version:

Lightweight dependency-free collection of React hooks for Firebase

7 lines (6 loc) 183 B
/** * @internal */ export function isStorageRefEqual(a, b) { return (a === null || a === void 0 ? void 0 : a.fullPath) === (b === null || b === void 0 ? void 0 : b.fullPath); }