UNPKG

@reactivex/ix-es2015-cjs

Version:

The Interactive Extensions for JavaScript

16 lines (14 loc) 623 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.distinctUntilChangedProto = void 0; const iterablex_js_1 = require("../../iterable/iterablex.js"); const distinctuntilchanged_js_1 = require("../../iterable/operators/distinctuntilchanged.js"); /** * @ignore */ function distinctUntilChangedProto(options) { return (0, distinctuntilchanged_js_1.distinctUntilChanged)(options)(this); } exports.distinctUntilChangedProto = distinctUntilChangedProto; iterablex_js_1.IterableX.prototype.distinctUntilChanged = distinctUntilChangedProto; //# sourceMappingURL=distinctuntilchanged.js.map