ix
Version:
The Interactive Extensions for JavaScript
16 lines (14 loc) • 574 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.defaultIfEmptyProto = void 0;
const iterablex_js_1 = require("../../iterable/iterablex.js");
const defaultifempty_js_1 = require("../../iterable/operators/defaultifempty.js");
/**
* @ignore
*/
function defaultIfEmptyProto(defaultValue) {
return new defaultifempty_js_1.DefaultIfEmptyIterable(this, defaultValue);
}
exports.defaultIfEmptyProto = defaultIfEmptyProto;
iterablex_js_1.IterableX.prototype.defaultIfEmpty = defaultIfEmptyProto;
//# sourceMappingURL=defaultifempty.js.map