Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / rxjs / _esm5 / internal / operators / zipAll.js
1 /** PURE_IMPORTS_START _observable_zip PURE_IMPORTS_END */
2 import { ZipOperator } from '../observable/zip';
3 export function zipAll(project) {
4     return function (source) { return source.lift(new ZipOperator(project)); };
5 }
6 //# sourceMappingURL=zipAll.js.map