zipAll.js 165 B

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