UNPKG

@reactivex/rxjs

Version:

Reactive Extensions for modern JavaScript

5 lines 196 B
import { partition as higherOrder } from 'rxjs/operators'; export function partition(predicate, thisArg) { return higherOrder(predicate, thisArg)(this); } //# sourceMappingURL=partition.js.map