combineAll.js 177 B

12345
  1. import { combineAll as higherOrder } from 'rxjs/operators';
  2. export function combineAll(project) {
  3. return higherOrder(project)(this);
  4. }
  5. //# sourceMappingURL=combineAll.js.map