UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

12 lines (10 loc) 381 B
import { AsyncIterableX } from '../../asynciterable/asynciterablex.js'; import { defaultIfEmpty } from '../../asynciterable/operators/defaultifempty.js'; /** * @ignore */ export function defaultIfEmptyProto(defaultValue) { return defaultIfEmpty(defaultValue)(this); } AsyncIterableX.prototype.defaultIfEmpty = defaultIfEmptyProto; //# sourceMappingURL=defaultifempty.js.map