withLatestFrom.js 304 B

123456789
  1. import { withLatestFrom as higherOrder } from 'rxjs/operators';
  2. export function withLatestFrom() {
  3. var args = [];
  4. for (var _i = 0; _i < arguments.length; _i++) {
  5. args[_i] = arguments[_i];
  6. }
  7. return higherOrder.apply(void 0, args)(this);
  8. }
  9. //# sourceMappingURL=withLatestFrom.js.map