Buckets:
| ; | |
| Object.defineProperty(exports, "__esModule", { value: true }); | |
| exports.concatMapTo = void 0; | |
| var concatMap_1 = require("./concatMap"); | |
| var isFunction_1 = require("../util/isFunction"); | |
| function concatMapTo(innerObservable, resultSelector) { | |
| return isFunction_1.isFunction(resultSelector) ? concatMap_1.concatMap(function () { return innerObservable; }, resultSelector) : concatMap_1.concatMap(function () { return innerObservable; }); | |
| } | |
| exports.concatMapTo = concatMapTo; | |
| //# sourceMappingURL=concatMapTo.js.map |
Xet Storage Details
- Size:
- 529 Bytes
- Xet hash:
- 072acc09b4e5077d22b25f1f860e5d1e8435d6fbed6915f9f1badbbd9034e62d
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.