MCPcopy
hub / github.com/angular/angularfire / matchDep

Function matchDep

src/compat/cache.ts:18–24  ·  view source on GitHub ↗
(a: any, b: any)

Source from the content-addressed store, hash-verified

16}
17
18function matchDep(a: any, b: any) {
19 try {
20 return a.toString() === b.toString();
21 } catch (_) {
22 return a === b;
23 }
24}
25
26const IS_HMR = typeof module !== 'undefined' && !!(module as any).hot;
27

Callers 1

ɵcacheInstanceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected