frontend/.pnpm-store/v3/files/ec/fee1db9807e5e01c6cfc8959fb71a3f55ed1b067a62b0ed2dd55738df6906ef3e8ea4fa15806e8bce6b2551b1094c82cef8cf64b3fb018ac9e8eaacce70cf8

7 lines
279 B
Plaintext

/** PURE_IMPORTS_START _concatMap PURE_IMPORTS_END */
import { concatMap } from './concatMap';
export function concatMapTo(innerObservable, resultSelector) {
return concatMap(function () { return innerObservable; }, resultSelector);
}
//# sourceMappingURL=concatMapTo.js.map