You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

13 lines
318 B

  1. "use strict";
  2. var zipAll_1 = require('../operators/zipAll');
  3. /**
  4. * @param project
  5. * @return {Observable<R>|WebSocketSubject<T>|Observable<T>}
  6. * @method zipAll
  7. * @owner Observable
  8. */
  9. function zipAll(project) {
  10. return zipAll_1.zipAll(project)(this);
  11. }
  12. exports.zipAll = zipAll;
  13. //# sourceMappingURL=zipAll.js.map