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