Buckets:

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

Xet Storage Details

Size:
355 Bytes
·
Xet hash:
83c9e3aa0ea43e5ceb8ea35853e11ef5dd3e72c266a411dbb128e01e527634d6

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