UNPKG

rxjs-compat

Version:

<img src="doc/asset/Rx_Logo_S.png" alt="RxJS Logo" width="86" height="86"> RxJS: Reactive Extensions For JavaScript ======================================

14 lines 382 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var operators_1 = require("rxjs/operators"); /** * @param project * @return {Observable<R>|WebSocketSubject<T>|Observable<T>} * @method zipAll * @owner Observable */ function zipAll(project) { return operators_1.zipAll(project)(this); } exports.zipAll = zipAll; //# sourceMappingURL=zipAll.js.map