UNPKG

@reactivex/ix-es2015-cjs

Version:

The Interactive Extensions for JavaScript

16 lines (14 loc) 597 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.defaultIfEmptyProto = void 0; const asynciterablex_js_1 = require("../../asynciterable/asynciterablex.js"); const defaultifempty_js_1 = require("../../asynciterable/operators/defaultifempty.js"); /** * @ignore */ function defaultIfEmptyProto(defaultValue) { return (0, defaultifempty_js_1.defaultIfEmpty)(defaultValue)(this); } exports.defaultIfEmptyProto = defaultIfEmptyProto; asynciterablex_js_1.AsyncIterableX.prototype.defaultIfEmpty = defaultIfEmptyProto; //# sourceMappingURL=defaultifempty.js.map