Buckets:

imerfanrajabee's picture
download
raw
281 Bytes
import { mergeMap } from './mergeMap';
import { isFunction } from '../util/isFunction';
export function concatMap(project, resultSelector) {
return isFunction(resultSelector) ? mergeMap(project, resultSelector, 1) : mergeMap(project, 1);
}
//# sourceMappingURL=concatMap.js.map

Xet Storage Details

Size:
281 Bytes
·
Xet hash:
3795632b7fcec78d6ebef53747f8dd46cd3f165608d62c0aeba2758a51b291f5

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.