@reactivex/ix-esnext-esm
Version:
The Interactive Extensions for JavaScript
9 lines (7 loc) • 299 B
JavaScript
import { IterableX } from '../../iterable/iterablex';
import { partition } from '../../iterable/partition';
export function partitionProto(predicate, thisArg) {
return partition(this, predicate, thisArg);
}
IterableX.prototype.partition = partitionProto;
//# sourceMappingURL=partition.mjs.map