fee1db9807e5e01c6cfc8959fb71a3f55ed1b067a62b0ed2dd55738df6906ef3e8ea4fa15806e8bce6b2551b1094c82cef8cf64b3fb018ac9e8eaacce70cf8 279 B

123456
  1. /** PURE_IMPORTS_START _concatMap PURE_IMPORTS_END */
  2. import { concatMap } from './concatMap';
  3. export function concatMapTo(innerObservable, resultSelector) {
  4. return concatMap(function () { return innerObservable; }, resultSelector);
  5. }
  6. //# sourceMappingURL=concatMapTo.js.map