.
This commit is contained in:
8
node_modules/rxjs/dist/esm/internal/operators/zip.js
generated
vendored
Normal file
8
node_modules/rxjs/dist/esm/internal/operators/zip.js
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import { zip as zipStatic } from '../observable/zip';
|
||||
import { operate } from '../util/lift';
|
||||
export function zip(...sources) {
|
||||
return operate((source, subscriber) => {
|
||||
zipStatic(source, ...sources).subscribe(subscriber);
|
||||
});
|
||||
}
|
||||
//# sourceMappingURL=zip.js.map
|
||||
Reference in New Issue
Block a user