mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-13 22:15:25 +00:00
update
This commit is contained in:
17
node_modules/rxjs/_esm5/operator/zip.js
generated
vendored
Normal file
17
node_modules/rxjs/_esm5/operator/zip.js
generated
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
/** PURE_IMPORTS_START .._operators_zip PURE_IMPORTS_END */
|
||||
import { zip as higherOrder } from '../operators/zip';
|
||||
/* tslint:enable:max-line-length */
|
||||
/**
|
||||
* @param observables
|
||||
* @return {Observable<R>}
|
||||
* @method zip
|
||||
* @owner Observable
|
||||
*/
|
||||
export function zipProto() {
|
||||
var observables = [];
|
||||
for (var _i = 0; _i < arguments.length; _i++) {
|
||||
observables[_i - 0] = arguments[_i];
|
||||
}
|
||||
return higherOrder.apply(void 0, observables)(this);
|
||||
}
|
||||
//# sourceMappingURL=zip.js.map
|
Reference in New Issue
Block a user