Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / rxjs / internal / operators / zipAll.js
1 "use strict";
2 Object.defineProperty(exports, "__esModule", { value: true });
3 var zip_1 = require("../observable/zip");
4 function zipAll(project) {
5     return function (source) { return source.lift(new zip_1.ZipOperator(project)); };
6 }
7 exports.zipAll = zipAll;
8 //# sourceMappingURL=zipAll.js.map