UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

12 lines (10 loc) 376 B
import { IterableX } from '../../iterable/iterablex.js'; import { DefaultIfEmptyIterable } from '../../iterable/operators/defaultifempty.js'; /** * @ignore */ export function defaultIfEmptyProto(defaultValue) { return new DefaultIfEmptyIterable(this, defaultValue); } IterableX.prototype.defaultIfEmpty = defaultIfEmptyProto; //# sourceMappingURL=defaultifempty.js.map