Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/CSFrequency/react-firebase-hooks
/ HasIsEqual
Interface
HasIsEqual
util/refHooks.ts:24–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
};
23
24
export
interface
HasIsEqual<T> {
25
isEqual: (value: T) => boolean;
26
}
27
28
const
isEqual = <T extends HasIsEqual<T>>(
29
v1: T | null | undefined,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected