52477485b271d677fdd7897358df444b50c3d2d571bb6791fb52104492ab9d2e53b82d4d5897d6a0e426cb661c16915849f6a57ebedeb907a7f5a7be87d1c4 307 B

123456
  1. /** PURE_IMPORTS_START _observable_combineLatest PURE_IMPORTS_END */
  2. import { CombineLatestOperator } from '../observable/combineLatest';
  3. export function combineAll(project) {
  4. return function (source) { return source.lift(new CombineLatestOperator(project)); };
  5. }
  6. //# sourceMappingURL=combineAll.js.map