UNPKG

@reactivex/rxjs

Version:

Reactive Extensions for modern JavaScript

5 lines 189 B
import { withLatestFrom as higherOrder } from 'rxjs/operators'; export function withLatestFrom(...args) { return higherOrder(...args)(this); } //# sourceMappingURL=withLatestFrom.js.map