UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

12 lines (10 loc) 252 B
import { IterableX } from '../../iterable/iterablex'; import { toSet } from '../../iterable/toset'; /** * @ignore */ export function toSetProto() { return toSet(this); } IterableX.prototype.toSet = toSetProto; //# sourceMappingURL=toset.mjs.map