UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

12 lines (10 loc) 306 B
import { IterableX } from '../../iterable/iterablex'; import { startWith } from '../../iterable/operators/startwith'; /** * @ignore */ export function startWithProto(...args) { return startWith(...args)(this); } IterableX.prototype.startWith = startWithProto; //# sourceMappingURL=startwith.mjs.map