UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

12 lines (10 loc) 299 B
import { IterableX } from '../../iterable/iterablex'; import { distinct } from '../../iterable/operators/distinct'; /** * @ignore */ export function distinctProto(options) { return distinct(options)(this); } IterableX.prototype.distinct = distinctProto; //# sourceMappingURL=distinct.mjs.map