MCPcopy Index your code
hub / github.com/angular/angularfire / isNil

Function isNil

src/compat/database/utils.ts:12–14  ·  view source on GitHub ↗
(obj: any)

Source from the content-addressed store, hash-verified

10}
11
12export function isNil(obj: any): boolean {
13 return obj === undefined || obj === null;
14}
15
16export function isFirebaseRef(value: any): boolean {
17 return typeof value.set === 'function';

Callers 2

positionAfterFunction · 0.90
validateEventsArrayFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected