biofriction-wp-theme/node_modules/rxjs/_esm5/operator/zipAll.js

13 lines
360 B
JavaScript

/** PURE_IMPORTS_START .._operators_zipAll PURE_IMPORTS_END */
import { zipAll as higherOrder } from '../operators/zipAll';
/**
* @param project
* @return {Observable<R>|WebSocketSubject<T>|Observable<T>}
* @method zipAll
* @owner Observable
*/
export function zipAll(project) {
return higherOrder(project)(this);
}
//# sourceMappingURL=zipAll.js.map