UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

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