init source
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
/** 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
|
||||
Reference in New Issue
Block a user