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

Function isFirebaseDataSnapshot

src/compat/database/utils.ts:8–10  ·  view source on GitHub ↗
(value: any)

Source from the content-addressed store, hash-verified

6}
7
8export function isFirebaseDataSnapshot(value: any): boolean {
9 return typeof value.exportVal === 'function';
10}
11
12export function isNil(obj: any): boolean {
13 return obj === undefined || obj === null;

Callers 1

checkOperationCasesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected