UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

10 lines (8 loc) 246 B
import { as } from '../as'; import { flatMap } from './flatmap'; export function mergeAll() { return function mergeAllOperatorFunction(source) { return as(source).pipe(flatMap(s => s)); }; } //# sourceMappingURL=mergeall.mjs.map