a zip code crypto-currency system good for red ONLY

zipAll.js 296B

1234567891011
  1. import { zipAll as higherOrder } from '../operators/zipAll';
  2. /**
  3. * @param project
  4. * @return {Observable<R>|WebSocketSubject<T>|Observable<T>}
  5. * @method zipAll
  6. * @owner Observable
  7. */
  8. export function zipAll(project) {
  9. return higherOrder(project)(this);
  10. }
  11. //# sourceMappingURL=zipAll.js.map