UNPKG

rxjs

Version:

Reactive Extensions for modern JavaScript

4 lines 202 B
/** @prettier */ import { OperatorFunction } from '../types'; export declare function defaultIfEmpty<T, R = T>(defaultValue?: R): OperatorFunction<T, T | R>; //# sourceMappingURL=defaultIfEmpty.d.ts.map