Files
powerpoint-toolbox/node_modules/rxjs/_esm5/internal/operators/zipAll.js
T
2025-03-07 19:22:02 +01:00

7 lines
259 B
JavaScript

/** PURE_IMPORTS_START _observable_zip PURE_IMPORTS_END */
import { ZipOperator } from '../observable/zip';
export function zipAll(project) {
return function (source) { return source.lift(new ZipOperator(project)); };
}
//# sourceMappingURL=zipAll.js.map